mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 13:10:56 +00:00
10 lines
131 B
CSS
10 lines
131 B
CSS
@import "tailwindcss";
|
|
@import "@edr/ui-common/theme.css" layer(theme);
|
|
|
|
html,
|
|
body,
|
|
#root {
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|