diff --git a/htdocs/takepos/css/pos.css.php b/htdocs/takepos/css/pos.css.php index e320142ff35..503ae0123f9 100644 --- a/htdocs/takepos/css/pos.css.php +++ b/htdocs/takepos/css/pos.css.php @@ -674,7 +674,7 @@ div#moreinfo, div#infowarehouse { .modal { display: none; /* Hidden by default */ position: fixed; - z-index: 1; + z-index: 20; left: 0; top: 0; width: 100%; @@ -707,12 +707,6 @@ div#moreinfo, div#infowarehouse { .modal-body {padding: 2px 16px;} -.modal-footer { - padding: 2px 16px; - background-color: #2b4161; - color: white; -} - .modal-content { position: relative; background-color: #fefefe; @@ -741,4 +735,4 @@ div#moreinfo, div#infowarehouse { cursor: pointer; text-align: center; margin: 2px; -} \ No newline at end of file +}