FIX: make sure scrollbar don’t appear

This commit is contained in:
Joffrey JAFFEUX 2017-12-14 14:23:40 +01:00 committed by GitHub
parent 001abfc4cb
commit 5e1545fb7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@
cursor: pointer;
outline: none;
line-height: normal;
overflow: auto;
overflow: hidden;
flex: 0 1 auto;
flex-wrap: nowrap;