aboutsummaryrefslogtreecommitdiff
path: root/html/jspage.pl
diff options
context:
space:
mode:
authorBen Harris <bjh21@bjh21.me.uk>2022-11-01 09:23:41 +0000
committerBen Harris <bjh21@bjh21.me.uk>2022-11-01 09:23:41 +0000
commit289342ec338e0eeb2213d0a4cf93531c31bff1ce (patch)
treed685c4432a660d6a99cacfe97412600f6404624e /html/jspage.pl
parent06f6e878a0b588c513024c3498b68a3c87594ab7 (diff)
downloadpuzzles-289342ec338e0eeb2213d0a4cf93531c31bff1ce.zip
puzzles-289342ec338e0eeb2213d0a4cf93531c31bff1ce.tar.gz
puzzles-289342ec338e0eeb2213d0a4cf93531c31bff1ce.tar.bz2
puzzles-289342ec338e0eeb2213d0a4cf93531c31bff1ce.tar.xz
js: Adjust z-indices of sub-menus and resize handle
The sub-menus should appear in front of the resize handle (but still behind any dialogue box).
Diffstat (limited to 'html/jspage.pl')
-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;