1
0
Fork 0
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:
Unrud 2020-03-01 20:12:40 +01:00
parent fbd67acbfa
commit ec4f2a40d6

View file

@ -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;
}