Skip to content

Commit 2b7c581

Browse files
committed
Fixed marker colors and z-indexes not being applied correctly
1 parent 7d8d621 commit 2b7c581

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/HuntingMap/HuntingMap.module.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
}
2424

2525
.HuntingMapMarkerCustom {
26-
z-index: 6;
26+
z-index: 6 !important;
2727
}
2828

2929
.HuntingMapMarkerGeneric {
30-
color: var(--marker-generic);
30+
color: var(--marker-generic) !important;
3131
}
3232

3333
.HuntingMapMarkerLandmark {
34-
color: var(--marker-landmark);
34+
color: var(--marker-landmark) !important;
3535
}
3636

3737
.HuntingMapMarkerLodge {
38-
color: var(--marker-lodge);
38+
color: var(--marker-lodge) !important;
3939
}

0 commit comments

Comments
 (0)