Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -307,7 +307,8 @@
|
|
307 |
transform: translate(-50%, -50%);
|
308 |
pointer-events: none;
|
309 |
animation: ripple-animation 4s ease-out forwards;
|
310 |
-
z-index: 1;
|
|
|
311 |
}
|
312 |
|
313 |
@keyframes ripple-animation {
|
|
|
307 |
transform: translate(-50%, -50%);
|
308 |
pointer-events: none;
|
309 |
animation: ripple-animation 4s ease-out forwards;
|
310 |
+
z-index: -1;
|
311 |
+
position: absolute; /* または fixed / relative、必要に応じて調整 */
|
312 |
}
|
313 |
|
314 |
@keyframes ripple-animation {
|