💄 fix: sidebar overflow scroll

This commit is contained in:
shenyu
2021-04-28 10:37:17 +08:00
parent 24be666717
commit 0c0ea3312c
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -14,6 +14,13 @@
opacity .8
background-color body-color
&.nav-main
height 60vh
overflow-y scroll
scrollbar-width none
-ms-overflow-style none
&::-webkit-scrollbar
width 0px
height 0px
.nav-item-link
i
font-size 1rem
+1 -1
View File
File diff suppressed because one or more lines are too long