Skip to content

Commit aace8c8

Browse files
minORCray-oxd
authored andcommitted
DBC22-4559: Map layers height fixed to leave space for zoom buttons
1 parent 21500a2 commit aace8c8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/frontend/src/Components/map/filter/FilterTabs.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ button.btn.open-filters {
2222
box-shadow: 0px 1.937px 4.358px 0px rgba(0, 0, 0, 0.13), 0px 0.363px 1.089px 0px rgba(0, 0, 0, 0.10);
2323
display: flex;
2424
flex-direction: column;
25-
max-height: calc(100% - 60px);
26-
height: calc(100% - 60px);
25+
height: 676px;
2726
transition: all 0.25s ease-in-out;
27+
28+
@media (min-width: 576px) {
29+
max-height: calc(100vh - 166px);
30+
}
2831

2932
//specific styles for Firefox
3033
@-moz-document url-prefix() {

0 commit comments

Comments
 (0)