mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Show sidebar scroll bar only on hover (closes #2255)
This commit is contained in:
parent
d05038e311
commit
1496a58673
@ -429,11 +429,14 @@ body.sidenav-toggled .navbar-sidenav-tooltip.show {
|
||||
}
|
||||
|
||||
.navbar-sidenav {
|
||||
overflow-x: hidden;
|
||||
overflow-y: overlay;
|
||||
overflow: hidden;
|
||||
border-top: 2px solid !important;
|
||||
}
|
||||
|
||||
.navbar-sidenav:hover {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.navbar-sidenav,
|
||||
.sidenav-second-level {
|
||||
background-color: #e5e5e5 !important;
|
||||
@ -533,12 +536,6 @@ body.fixed-nav {
|
||||
padding-top: 54px;
|
||||
}
|
||||
|
||||
/* Fixes smooth scrolling on iOS */
|
||||
#sidebarResponsive,
|
||||
.fullscreen {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
@media print {
|
||||
body.fixed-nav {
|
||||
padding-top: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user