mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Show navigation scrollbar on hover
This commit is contained in:
parent
fbd67acbfa
commit
ec4f2a40d6
1 changed files with 8 additions and 0 deletions
|
@ -250,6 +250,14 @@ nav::-webkit-scrollbar {
|
|||
display: none;
|
||||
}
|
||||
|
||||
nav:hover {
|
||||
scrollbar-width: initial;
|
||||
}
|
||||
|
||||
nav:hover::-webkit-scrollbar {
|
||||
display: initial;
|
||||
}
|
||||
|
||||
nav .level2 {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue