fix: sidebar vertical scrollbar

pull/799/head
charlie 2020-12-08 15:37:43 +08:00
parent 031b421ce5
commit 9f6839645b
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@
width: 0;
opacity: 0.5;
height: calc(100vh - 3rem);
overflow: hidden;
overflow-x: hidden;
overflow-y: auto;
z-index: 9;
transition: width 0.3s, opacity 0.2s;