Mochi0622's picture
initial deploy
e66cfb4
Raw
History Blame Contribute Delete
234 Bytes
/* 把任何誤蓋在 ggb-wrap 上的透明層都失效 */
.ggb-wrap * {
pointer-events: auto;
}
.ggb-wrap::before {
content: "";
position: absolute;
inset: 0;
pointer-events: none; /* 確保沒有匿名覆蓋層攔截 */
}