mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-29 03:57:22 +02:00
feat: more changes and fixes
This commit is contained in:
@@ -81,15 +81,14 @@
|
||||
position: relative;
|
||||
top: 0;
|
||||
min-height: 100px;
|
||||
overflow: hidden;
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: -10px;
|
||||
left: -10px;
|
||||
right: -10px;
|
||||
bottom: -10px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
backdrop-filter: blur(4px);
|
||||
z-index: 100;
|
||||
animation: fade-in 0.1s ease-in forwards;
|
||||
@@ -110,7 +109,7 @@
|
||||
animation: spin 1s linear infinite, fade-in 0.1s ease-in forwards;
|
||||
animation-delay: 200ms;
|
||||
opacity: 0;
|
||||
z-index: 9999;
|
||||
z-index: 101;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user