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