vega-frontend-monorepo/apps/trading/pages/styles.css

10 lines
100 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body,
#__next {
height: 100%;
}