From 01be5dfefd709fe576cc3d2c22bfa79c7e476287 Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Sat, 31 May 2008 17:08:21 +0000 Subject: fix on #main hidden class --- ui/tests/resizable.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/tests') diff --git a/ui/tests/resizable.html b/ui/tests/resizable.html index f29265618..d15eed20f 100644 --- a/ui/tests/resizable.html +++ b/ui/tests/resizable.html @@ -23,6 +23,8 @@ top: 270px; left: 0px; }*/ #main { + position:absolute !important; + top: -1000px; left: -1000px; } -- cgit v1.2.3