Skip to content

Commit

Permalink
fix: video overlay height on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi authored Sep 18, 2023
1 parent 610d45a commit 4625d1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/scss/custom/_accept-overlay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

.acceptoverlayable {
position: relative;
min-height: 400px;
&:has(.acceptoverlay.show) {
min-height: 450px;
}
}

.acceptoverlay {
Expand Down

0 comments on commit 4625d1b

Please sign in to comment.