FIX: make sure scrollbar don’t appear
This commit is contained in:
parent
001abfc4cb
commit
5e1545fb7f
|
@ -137,7 +137,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
outline: none;
|
outline: none;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
overflow: auto;
|
overflow: hidden;
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue