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).
This commit is contained in:
Ben Harris
2022-11-01 09:23:41 +00:00
parent 06f6e878a0
commit 289342ec33

View File

@ -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;