diff --git a/public/styles.css b/public/styles.css index 69455ce..5dcaa90 100644 --- a/public/styles.css +++ b/public/styles.css @@ -480,7 +480,7 @@ select.form-input { cursor: pointer; } flex-shrink: 0; } -/* Layer Control Header — only visible when expanded */ +/* Layer Control Header */ .layer-control-header { background: var(--color-primary); color: white; @@ -498,6 +498,11 @@ select.form-input { cursor: pointer; } display: flex; } +.leaflet-attribution-flag { + display: none !important; +} + + /* ----------------------------------------------------------------- 4.3 Sidebar Overrides