ad-aures_castoPod/resources/styles/_modules/dropdown.css
Yassine Doghri 0961987276
fix(player): load icons locally instead of relying on vimejs picking them from third party scripts
- use codeigniter-vite to manage static resources
- update dependencies to latest

closes #551
2026-02-18 22:40:18 +01:00

9 lines
141 B
CSS

@layer base {
[data-dropdown="menu"] {
@apply absolute z-50;
}
[data-dropdown="menu"]:not([data-show]) {
@apply hidden;
}
}