Skip to content

Commit fb22770

Browse files
Updated Dashboard Alert
1 parent ded3eca commit fb22770

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

public/dashboard.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,18 @@ main::after {
3434
pointer-events: none;
3535
top: 0;
3636
left: 0;
37-
width: 100%;
38-
height: 100%;
37+
width: 100vw;
38+
height: 100vh;
39+
width: 100dvw;
40+
height: 100dvh;
3941
background-color: #fff;
4042
z-index: 24;
4143
opacity: 0;
4244
transition: opacity 0.3s ease-in-out;
4345
}
4446

4547
.show-alert main::after {
48+
pointer-events: auto;
4649
opacity: 1;
4750
}
4851

0 commit comments

Comments
 (0)