Fix horizontal scrollbar appearing in entity properties tab on OSX

This commit is contained in:
David Rowe 2016-04-07 08:10:24 +12:00
parent 079e4080c1
commit dfa7416acb

View file

@ -76,8 +76,10 @@ body {
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
overflow-x: hidden;
overflow-y: auto;
}
table {
font-family: FiraSans-SemiBold;