mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +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;
|
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 {
|
table {
|
||||||
font-family: FiraSans-SemiBold;
|
font-family: FiraSans-SemiBold;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
|
Loading…
Reference in a new issue