aimeos / ai-admin-jqadm

Aimeos e-commerce Vue.js+Bootstrap based admin interface
https://aimeos.org
GNU Lesser General Public License v3.0
185 stars 43 forks source link

Increase z-index of main-navbar #120

Closed rowild closed 4 years ago

rowild commented 4 years ago

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.

Screen Shot 2020-06-17 at 12 23 06

Raising the z-index of the class .main-navbar fixes this issue.

(The confirmation modal that appears, when a product was edited, remains visible.)

rowild commented 4 years ago

BTW: the products page seems to be the only one, which also has a pagination on top, not only at the bottom... Is that intended?