soiz1 commited on
Commit
f9840cd
·
verified ·
1 Parent(s): cd9cb7b

Update index.html

Browse files
Files changed (1) hide show
  1. 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 {