Unverified Commit 040eacb8 authored by Joel's avatar Joel Committed by GitHub

fix: safari 14 not show modal (#310)

parent 20899c44
...@@ -138,3 +138,11 @@ button:focus-within { ...@@ -138,3 +138,11 @@ button:focus-within {
color: rgb(28 100 242); color: rgb(28 100 242);
background-color: rgb(235 245 255); background-color: rgb(235 245 255);
} }
/* support safari 14 and below */
.inset-0 {
left: 0;
right: 0;
top: 0;
bottom: 0;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment