mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix horizontal scrollbar appearing in entity properties tab on OSX
This commit is contained in:
parent
079e4080c1
commit
dfa7416acb
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue