UX: Hide scrollbar in navigation to have enough space for counts #682
This commit is contained in:
parent
3d1ff2eb7e
commit
283748cace
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue