style:滚动条组件修改
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
16 | left: 0; | 16 | left: 0; |
17 | z-index: 1001; | 17 | z-index: 1001; |
18 | background-color: $subMenuBg; | 18 | background-color: $subMenuBg; |
19 | overflow: hidden; | 19 | // overflow: hidden; |
20 | 20 | ||
21 | .horizontal-collapse-transition { | 21 | .horizontal-collapse-transition { |
22 | transition: 0s width ease-in-out, 0s padding-left ease-in-out, | 22 | transition: 0s width ease-in-out, 0s padding-left ease-in-out, |
... | @@ -25,8 +25,9 @@ | ... | @@ -25,8 +25,9 @@ |
25 | 25 | ||
26 | .scrollbar-wrapper { | 26 | .scrollbar-wrapper { |
27 | overflow-x: hidden !important; | 27 | overflow-x: hidden !important; |
28 | overflow-y: auto; | 28 | // overflow-y: auto; |
29 | margin-right: 0 !important; | 29 | margin-right: 0 !important; |
30 | height: 90vh; | ||
30 | 31 | ||
31 | &::-webkit-scrollbar { | 32 | &::-webkit-scrollbar { |
32 | display: none; | 33 | display: none; |
... | @@ -52,7 +53,6 @@ | ... | @@ -52,7 +53,6 @@ |
52 | background-color: transparent !important; | 53 | background-color: transparent !important; |
53 | border: none; | 54 | border: none; |
54 | height: 100%; | 55 | height: 100%; |
55 | // overflow-y: auto; | ||
56 | width: 100% !important; | 56 | width: 100% !important; |
57 | } | 57 | } |
58 | 58 | ... | ... |
-
Please register or sign in to post a comment