diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-18 12:23:51 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-18 12:23:51 +0800 |
commit | 64a767d64d9dd573742f8d620a92736156072b1b (patch) | |
tree | c7a8647265bcecaa9d34d80c57b967742b86a92f | |
parent | a7ca15e5cc852546369d1706f624a775163aa05a (diff) |
fix: visibility of overlay layout
-rw-r--r-- | src/css/dumbymap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index 53f00ce..b2c5d9b 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css | |||
@@ -708,13 +708,13 @@ root { | |||
708 | } | 708 | } |
709 | 709 | ||
710 | .Showcase { | 710 | .Showcase { |
711 | z-index: 0; | 711 | z-index: 1; |
712 | } | 712 | } |
713 | 713 | ||
714 | .SemanticHtml { | 714 | .SemanticHtml { |
715 | pointer-events: none; | 715 | pointer-events: none; |
716 | 716 | ||
717 | z-index: 1; | 717 | z-index: 2; |
718 | } | 718 | } |
719 | } | 719 | } |
720 | 720 | ||