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

This commit is contained in:
RuoYi
2023-04-10 18:33:40 +08:00
parent a4289fa8c3
commit 1d14ade6b5
2 changed files with 7 additions and 7 deletions

View File

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