mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 15:26:43 +02:00
9 lines
141 B
CSS
9 lines
141 B
CSS
@layer base {
|
|
[data-dropdown="menu"] {
|
|
@apply absolute z-50;
|
|
}
|
|
|
|
[data-dropdown="menu"]:not([data-show]) {
|
|
@apply hidden;
|
|
}
|
|
}
|