Files
hsp-gdh-front/src/index.css
2024-03-10 14:58:35 +01:00

11 lines
143 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
* {
overflow-x: hidden;
}
#dash-nav > li:hover > div.absolute {
width: 100%;
}