Skip to content

Commit

Permalink
css fix for "press start" label on safari (#9722)
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders-ms authored Oct 16, 2023
1 parent 6846bcb commit 9d77d60
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kiosk/src/Kiosk.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,6 @@ h2 {
min-width: fit-content;
}

.QRCodeHolder {
}

.kioskLink button {
overflow: auto;
overflow-wrap: break-word;
Expand Down Expand Up @@ -611,6 +608,8 @@ h2 {
line-height: 115%;
position: absolute;
bottom: -4.5rem;
left: 0;
right: 0;
}

.gameThumbnail {
Expand Down

0 comments on commit 9d77d60

Please sign in to comment.