Skip to content

Commit

Permalink
Try using dvh instead of svh
Browse files Browse the repository at this point in the history
  • Loading branch information
jahseng-lee committed Jan 18, 2024
1 parent 4ed9ec5 commit 9a9349c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/assets/stylesheets/chats.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
body {
height: 100svh;
max-height: 100svh;
height: 100vh;
max-height: 100vh;
height: 100dvh;
max-height: 100dvh;

display: flex;
flex-direction: column;
Expand Down

0 comments on commit 9a9349c

Please sign in to comment.