We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b8e38 commit 095ba8eCopy full SHA for 095ba8e
src/packages/__VUE/elevator/index.scss
@@ -22,6 +22,10 @@
22
display: block;
23
position: relative;
24
overflow: auto;
25
+ &::-webkit-scrollbar {
26
+ display: none;
27
+ width: 0;
28
+ }
29
&__item {
30
31
font-size: $elevator-list-item-font-size;
src/packages/__VUE/list/index.scss
@@ -4,6 +4,10 @@
4
overflow-x: hidden;
5
overflow-y: auto;
6
-webkit-overflow-scrolling: touch;
7
8
9
10
11
12
&-phantom {
13
src/packages/__VUE/menuitem/index.scss
@@ -29,6 +29,10 @@
flex-wrap: wrap;
&.nut-menu-item__overflow {
32
33
34
35
36
}
37
38
.nut-menu-item__option {
0 commit comments