Skip to content

Commit 2f77c73

Browse files
refactor: address pr feedback
1 parent 213d0f8 commit 2f77c73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/components/map/enhanced-stop-marker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ const BaseStopIcon = styled.div`
4343
height: ${iconPixels}px;
4444
line-height: 1px;
4545
padding: ${iconPadding}px;
46-
width: ${iconPixels}px;
4746
position: relative;
47+
width: ${iconPixels}px;
4848
4949
svg {
50-
position: relative;
51-
z-index: 200;
5250
max-height: 100%;
5351
max-width: 100%;
52+
position: relative;
53+
z-index: 200;
5454
}
5555
5656
&::after {

0 commit comments

Comments
 (0)