Spaces:
Sleeping
Sleeping
| /* 把任何誤蓋在 ggb-wrap 上的透明層都失效 */ | |
| .ggb-wrap * { | |
| pointer-events: auto; | |
| } | |
| .ggb-wrap::before { | |
| content: ""; | |
| position: absolute; | |
| inset: 0; | |
| pointer-events: none; /* 確保沒有匿名覆蓋層攔截 */ | |
| } | |
| /* 把任何誤蓋在 ggb-wrap 上的透明層都失效 */ | |
| .ggb-wrap * { | |
| pointer-events: auto; | |
| } | |
| .ggb-wrap::before { | |
| content: ""; | |
| position: absolute; | |
| inset: 0; | |
| pointer-events: none; /* 確保沒有匿名覆蓋層攔截 */ | |
| } | |