Transformed child clipped by parent background in Safari, irrespective of z-index. Why?
问题 I've got this loader, rendering fine in everything, but Safari: .pageLoader { min-height: 100vh; min-width: 100vw; background-color: white; z-index: 2; position: fixed; opacity: .9; top: 0; left: 0; transition: opacity .6s linear; display: flex; justify-content: center; align-items: center; } .pageSpinner { border-radius: 5%; width: 80px; height: 80px; background-color: #f50; animation: a 1.5s infinite cubic-bezier(.4,0,.2,1); } @keyframes a { 0% { transform: perspective(300px) rotateX(0deg)