diff --git a/scripts/system/html/css/edit-style.css b/scripts/system/html/css/edit-style.css index 06a60b5405..c033a2d2cd 100644 --- a/scripts/system/html/css/edit-style.css +++ b/scripts/system/html/css/edit-style.css @@ -81,6 +81,19 @@ body { overflow-y: auto; } +/* HACK + Makes entity properties dialog's scrollbar work on tablet such that don't need to keep pointer within scrollbar width when + using scroll handle. +*/ +body { + padding-right: 0; + margin-right: -21px; +} +body > * { + margin-right: 42px; +} +/* END OF HACK */ + table { font-family: FiraSans-SemiBold; font-size: 15px;