aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-01 16:42:39 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-01 20:07:12 +0800
commitf27a1e2886b1e410a5bb740b9b1ab91e352abe55 (patch)
tree978da065c0171610a2f8db7475f1551e78dade27 /src/css
parentacad0593c6971a693078eeeb4fb15f278c427fa9 (diff)
fix: keep data-mode=editing when HTML refresh
Diffstat (limited to 'src/css')
-rw-r--r--src/css/dumbymap.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index 4d0282b..84b6036 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -249,8 +249,8 @@ root {
249 display: flex; 249 display: flex;
250 justify-content: space-between; 250 justify-content: space-between;
251 padding: 0.5rem; 251 padding: 0.5rem;
252 position: relative;
253 252
253 position: relative;
254 z-index: 9999; 254 z-index: 9999;
255 255
256 cursor: pointer; 256 cursor: pointer;