diff options
Diffstat (limited to 'ui/tests/resizable.html')
-rw-r--r-- | ui/tests/resizable.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/tests/resizable.html b/ui/tests/resizable.html index d15eed20f..dad136621 100644 --- a/ui/tests/resizable.html +++ b/ui/tests/resizable.html @@ -24,7 +24,8 @@ }*/ #main { position:absolute !important; - top: -1000px; left: -1000px; + top: -1000px !important; + left: -1000px !important; } </style> |