Currently, when the products page is open, the items-per-page counter of the top pagination item remains visible over the main-navbar, when the page is scrolled.
Raising the z-index of the class .main-navbar fixes this issue.
(The confirmation modal that appears, when a product was edited, remains visible.)
Currently, when the
products
page is open, the items-per-page counter of the top pagination item remains visible over themain-navbar
, when the page is scrolled.Raising the z-index of the class
.main-navbar
fixes this issue.(The confirmation modal that appears, when a product was edited, remains visible.)