Skip to content

Commit b517f1c

Browse files
committed
Adjust position of layover elements in ResourcesMapComponent
1 parent 816f31d commit b517f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

desktop/src/app/components/resources/map/resources-map.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
position: fixed;
2222
left: 0;
2323
top: 0;
24-
height: 94px;
24+
height: 97px;
2525
z-index: 1010;
2626
opacity: 0.5;
2727
}
@@ -32,7 +32,7 @@
3232
background-color: black;
3333
position: fixed;
3434
left: 0;
35-
top: 94px;
35+
top: 97px;
3636
z-index: 1007;
3737
opacity: 0.5;
3838
}

0 commit comments

Comments
 (0)