mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 14:56:57 +02:00
Improve entity properties scroll handle operation in tablet
This commit is contained in:
parent
985a804fe9
commit
a5c683192b
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue