update 优化 避免鼠标移出时无法隐藏滚动条的问题

This commit is contained in:
疯狂的狮子li
2023-05-04 19:48:40 +08:00
parent 351eedacec
commit d192f73ca4
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
#app {
.main-container {
min-height: 100%;
height: 100%;
transition: margin-left 0.28s;
margin-left: $base-sidebar-width;
position: relative;