aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/root.css
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-12-28 22:40:52 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-12-28 22:40:52 +0100
commit9618229477439d1604869aa68fc21d4eae7d8bb1 (patch)
tree8ada23e40a81e30941a453dda3f7c4552f805f29 /src/frontend/app/root.css
parent48ec0aae80a200d7eb50639ff4c4ca8ae564f29b (diff)
feat: Enhance route details to include agency information and update map attribution
Diffstat (limited to 'src/frontend/app/root.css')
-rw-r--r--src/frontend/app/root.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/frontend/app/root.css b/src/frontend/app/root.css
index 3f41591..a517be6 100644
--- a/src/frontend/app/root.css
+++ b/src/frontend/app/root.css
@@ -224,3 +224,7 @@ textarea {
.maplibregl-ctrl-attrib-inner {
line-height: 1rem !important;
}
+
+.maplibregl-ctrl.maplibregl-ctrl-attrib {
+ min-height: unset !important;
+}