From 260309ae24d3ba395baec53e865ef10bb3dd9237 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 1 Apr 2017 10:53:46 +1300 Subject: [PATCH] Remove CSS hack no longer needed --- scripts/system/html/css/edit-style.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/scripts/system/html/css/edit-style.css b/scripts/system/html/css/edit-style.css index c033a2d2cd..06a60b5405 100644 --- a/scripts/system/html/css/edit-style.css +++ b/scripts/system/html/css/edit-style.css @@ -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;