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 #122

Closed rowild closed 4 years ago

rowild commented 4 years ago

On products page, the top pagination's items per page (z-index: 1040) is visible, when the page is scrolled. Increasing the z-index of .main-navbar from currently 1030 to 1041 fixes this issue. 1041 is chosen in order not to get in conflict with modals (delete, confirm... all seem to be at 1050).

Current behaviour on scroll-down: Screen Shot 2020-06-17 at 12 22 54 Screen Shot 2020-06-17 at 12 23 06

Check modal after fix: Screen Shot 2020-06-18 at 12 37 45

rowild commented 4 years ago

BTW: The products page is the only one that has also a pagination widget on top. Is this intended? (I like it, but I wonder, what the reason might be, why this is not the case on other pages like orders, customers, attributes...)

aimeos commented 4 years ago

Thanks a lot! Not sure about the pagination but I think we should streamline that ...