Skip to content

Commit 5a12d93

Browse files
committed
Fix map container overlap and gap issues
- Add overflow: hidden to body and container-map - Prevents map from extending under filter menu - Eliminates gap between footer and map
1 parent a4b9951 commit 5a12d93

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

css/catchment.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ html, body {
1616
body {
1717
padding-top: 56px;
1818
padding-bottom: 56px;
19+
overflow: hidden;
1920
}
2021

2122
.container-map {
2223
height: 100%;
2324
position: relative;
25+
overflow: hidden;
2426
}
2527

2628
#map {

0 commit comments

Comments
 (0)