aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rwxr-xr-xhtml/jspage.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/jspage.pl b/html/jspage.pl
index b9e4249..7e7a075 100755
--- a/html/jspage.pl
+++ b/html/jspage.pl
@@ -152,7 +152,7 @@ EOF
* them). */
background: white;
/* And make sure they appear in front. */
- z-index: 1;
+ z-index: 50;
}
#gamemenu ul ul.left {
@@ -243,7 +243,7 @@ EOF
#resizehandle {
position: absolute;
- z-index: 98;
+ z-index: 1;
bottom: 0;
right: 0;
cursor: se-resize;