diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-18 13:12:13 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-18 13:12:13 +0800 |
| commit | dbe6179d42a50899bf97585b0c8437129dd408f4 (patch) | |
| tree | 60d4eabbdc1b228865f2fc0e7fa17f1f7178143e /src/css | |
| parent | 684203b326392688821d514f69f8d6b954a58b1b (diff) | |
| parent | f76555b48a3f6c1956c933e9421cf4aba704fb21 (diff) | |
Merge branch addon
Diffstat (limited to 'src/css')
| -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 | ||