Improve entity properties scroll handle operation in tablet

This commit is contained in:
David Rowe 2017-03-31 12:26:22 +13:00
parent 985a804fe9
commit a5c683192b

View file

@ -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;