mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
Remove CSS hack no longer needed
This commit is contained in:
parent
25ac82f162
commit
260309ae24
1 changed files with 0 additions and 13 deletions
|
@ -81,19 +81,6 @@ 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