From c1c2e0c080b56cf31a8ea3159e7a72336a9798fd Mon Sep 17 00:00:00 2001 From: marijo Date: Mon, 29 Jun 2026 08:00:56 +0000 Subject: [PATCH] Desing and config.examle.js --- config.example.js | 1 + styles.css | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 config.example.js diff --git a/config.example.js b/config.example.js new file mode 100644 index 0000000..7b4a660 --- /dev/null +++ b/config.example.js @@ -0,0 +1 @@ +window.ROUTES_SECRET = "change-this-secret"; diff --git a/styles.css b/styles.css index a7c2cf8..ea2ccb1 100644 --- a/styles.css +++ b/styles.css @@ -222,7 +222,7 @@ textarea:focus { } .route-card { - overflow: hidden; + overflow: visible; } .route-image { @@ -269,9 +269,14 @@ textarea:focus { .route-menu { position: relative; + z-index: 5; flex: none; } +.route-menu[open] { + z-index: 50; +} + .route-menu summary { display: grid; width: 2.2rem;