Update core visual test to allow testing while the window is scrolled.

This commit is contained in:
David Murdoch 2011-05-13 22:21:52 +00:00
parent cf96d22532
commit f798b046e0

View File

@ -35,7 +35,7 @@
<style>
input, .ui-menu { position: absolute; }
.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; }
</style>
</head>