hide scrollbar in asidenav

This commit is contained in:
Felix Hamann 2019-02-14 10:28:23 +01:00
parent 4035f1e9de
commit 1602e6314b

View File

@ -75,6 +75,10 @@
height: 400px;
overflow-y: auto;
overflow-x: hidden;
&::-webkit-scrollbar {
width: 0;
}
}
.asidenav__box {