Skip to content

Commit 4977181

Browse files
committed
fix: ensure elevator shown on firefox
1 parent 65b5616 commit 4977181

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

client/scss/board.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,6 @@
222222
}
223223

224224

225-
226-
227225
.elevator-bottom {
228226
background: url('/resources/images/elevator-below.svg') no-repeat;
229227
background-size: 75%;
@@ -232,5 +230,9 @@
232230
display: flex;
233231
justify-content: center;
234232
align-content: center;
233+
/* Firefox: width and height must be set */
234+
width: 100%;
235+
height: 100%;
236+
margin: min(1.8vw, 12%);
235237
}
236238
}

0 commit comments

Comments
 (0)