mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
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:
@ -152,7 +152,7 @@ EOF
|
|||||||
* them). */
|
* them). */
|
||||||
background: white;
|
background: white;
|
||||||
/* And make sure they appear in front. */
|
/* And make sure they appear in front. */
|
||||||
z-index: 1;
|
z-index: 50;
|
||||||
}
|
}
|
||||||
|
|
||||||
#gamemenu ul ul.left {
|
#gamemenu ul ul.left {
|
||||||
@ -243,7 +243,7 @@ EOF
|
|||||||
|
|
||||||
#resizehandle {
|
#resizehandle {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 98;
|
z-index: 1;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
cursor: se-resize;
|
cursor: se-resize;
|
||||||
|
Reference in New Issue
Block a user