💄 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

View File

@ -14,6 +14,13 @@
opacity .8 opacity .8
background-color body-color background-color body-color
&.nav-main &.nav-main
height 60vh
overflow-y scroll
scrollbar-width none
-ms-overflow-style none
&::-webkit-scrollbar
width 0px
height 0px
.nav-item-link .nav-item-link
i i
font-size 1rem font-size 1rem

File diff suppressed because one or more lines are too long