hide scrollbar in asidenav
This commit is contained in:
parent
4035f1e9de
commit
1602e6314b
@ -75,6 +75,10 @@
|
|||||||
height: 400px;
|
height: 400px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
width: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.asidenav__box {
|
.asidenav__box {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user