UX: Hide scrollbar in navigation to have enough space for counts #682

This commit is contained in:
Michael Mayer 2020-12-13 13:38:03 +01:00
parent 3d1ff2eb7e
commit 283748cace

View file

@ -2,6 +2,12 @@
z-index: 10;
}
/* hide scrollbar to save space */
#p-navigation ::-webkit-scrollbar {
width: 0;
background: transparent;
}
#p-navigation .nav-count {
opacity: 0.5;
position: absolute;