mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Update core visual test to allow testing while the window is scrolled.
This commit is contained in:
parent
cf96d22532
commit
f798b046e0
@ -35,7 +35,7 @@
|
|||||||
<style>
|
<style>
|
||||||
input, .ui-menu { position: absolute; }
|
input, .ui-menu { position: absolute; }
|
||||||
.ui-menu { width: 200px; }
|
.ui-menu { width: 200px; }
|
||||||
html, body { width: 99%; height: 99% }
|
html, body { width: 99%; height: 99%; min-height:700px; min-width:700px; }
|
||||||
#container { width: 95%; height: 95%; border: 1px solid black; margin: auto; }
|
#container { width: 95%; height: 95%; border: 1px solid black; margin: auto; }
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user