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