From 70cb1ac98570af11b8d52b6b1bced843ed202243 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 27 Nov 2021 12:27:52 +0100 Subject: 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. --- public/common/grid.css | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v1.2.3