Skip to content

Commit

Permalink
fix: Fix resizing on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Apr 24, 2020
1 parent 7ad85dd commit c793a6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vaadin-dialog-resizable-mixin.html
Expand Up @@ -9,6 +9,7 @@
/* Hack for iOS to make the overlay take full size */
[part='overlay'][style] {
display: flex;
flex-direction: column;
}

[part='content'] {
Expand Down

0 comments on commit c793a6c

Please sign in to comment.