castopod/app/Resources/styles/dropdown.css

9 lines
176 B
CSS

@layer base {
[data-dropdown="menu"] {
@apply z-50;
}
[data-dropdown="menu"]:not([data-show]) {
@apply absolute top-0 left-0 invisible pointer-events-none;
}
}