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

This commit is contained in:
RuoYi
2023-04-10 18:15:36 +08:00
parent a3615e5c6c
commit 2fe7341fa7
2 changed files with 11 additions and 11 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;