Skip to content

Commit f798b04

Browse files
author
David Murdoch
committed
Update core visual test to allow testing while the window is scrolled.
1 parent cf96d22 commit f798b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/visual/position/position.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<style>
3636
input, .ui-menu { position: absolute; }
3737
.ui-menu { width: 200px; }
38-
html, body { width: 99%; height: 99% }
38+
html, body { width: 99%; height: 99%; min-height:700px; min-width:700px; }
3939
#container { width: 95%; height: 95%; border: 1px solid black; margin: auto; }
4040
</style>
4141
</head>

0 commit comments

Comments
 (0)