We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7458537 commit 62cbc04Copy full SHA for 62cbc04
src/bottom-sheet/bottom-sheet.style.ts
@@ -9,7 +9,7 @@ export default css`
9
.bottom-sheet {
10
position: absolute;
11
bottom: 0;
12
- max-height: 90dvh;
+ max-height: 90vh;
13
display: flex;
14
flex-direction: column;
15
transition: 0.3s;
@@ -29,8 +29,8 @@ export default css`
29
30
.bottom-sheet-dimmer {
31
position: fixed;
32
- width: 100dvw;
33
- height: 100dvh;
+ width: 100vw;
+ height: 100vh;
34
35
background-color: #33323b4b;
36
animation: fade-in 0.3s ease-in-out;
0 commit comments