diff options
author | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-05-31 17:08:21 +0000 |
---|---|---|
committer | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-05-31 17:08:21 +0000 |
commit | 01be5dfefd709fe576cc3d2c22bfa79c7e476287 (patch) | |
tree | e035b6d85fbe0b664f3403fe350bd87b54c74fd1 /ui | |
parent | b1048f4cbd6d92782f5963b9d310624b34597f32 (diff) | |
download | jquery-ui-01be5dfefd709fe576cc3d2c22bfa79c7e476287.tar.gz jquery-ui-01be5dfefd709fe576cc3d2c22bfa79c7e476287.zip |
fix on #main hidden class
Diffstat (limited to 'ui')
-rw-r--r-- | ui/tests/resizable.html | 2 |
1 files changed, 2 insertions, 0 deletions
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; } </style> |