mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-11 16:55:46 +00:00
9 lines
176 B
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;
|
||
|
}
|
||
|
}
|