Skip to content

Commit 18c1dbe

Browse files
committed
Revert Leaflet attribution right positioning to 45px
Change .leaflet-bottom.leaflet-right from 310px/360px back to 45px for both desktop and extra large screen media queries.
1 parent 27e9bd3 commit 18c1dbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css/catchment.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ body {
189189

190190
/* Ensure Leaflet attribution is not hidden by filter menu */
191191
.leaflet-bottom.leaflet-right {
192-
right: 310px;
192+
right: 45px;
193193
}
194194

195195
.offcanvas-end {
@@ -226,7 +226,7 @@ body {
226226

227227
/* Ensure Leaflet attribution is not hidden by wider filter menu */
228228
.leaflet-bottom.leaflet-right {
229-
right: 360px;
229+
right: 45px;
230230
}
231231

232232
.offcanvas-end {

0 commit comments

Comments
 (0)