boardgame-phaser/packages/boop-game/src/style.css

10 lines
101 B
CSS
Raw Normal View History

2026-04-04 14:22:35 +08:00
@import "tailwindcss";
#ui-root {
pointer-events: none;
}
#ui-root * {
pointer-events: auto;
}