mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
fix: safari 14 not show modal (#310)
This commit is contained in:
parent
20899c44ff
commit
040eacb8bd
|
@ -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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user