Skip to content

Commit d966741

Browse files
committed
fix(ui): use dvh units for chat dialog on mobile devices
1 parent 9d1a69b commit d966741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
left: 50%;
237237
top: 50%;
238238
transform: translate(-50%, -50%);
239-
height: 100vh;
239+
height: 100dvh;
240240
width: 100%;
241241
background-color: var(--sl-color-black);
242242
border: 1px solid var(--sl-color-gray-5);

0 commit comments

Comments
 (0)