diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-11-27 12:27:52 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-11-27 13:38:43 +0100 |
commit | 70cb1ac98570af11b8d52b6b1bced843ed202243 (patch) | |
tree | 5117bf99c762181fddd8a9d2f6b4d49bf2482c51 | |
parent | 940bde831f2d5e65068c931ddc5f2b793afedb44 (diff) | |
download | server-70cb1ac98570af11b8d52b6b1bced843ed202243.tar.gz |
Isolate map with its own stacking context.
So we don't need to worry about z-index ordering of map contents compared
to menus and dialogs.
-rw-r--r-- | public/common/grid.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/common/grid.css b/public/common/grid.css index fe8c4e9..44a2b7d 100644 --- a/public/common/grid.css +++ b/public/common/grid.css @@ -256,6 +256,7 @@ body.Observer .menu .resign { } .map { + isolation:isolate; transform-origin: 0 0; } |