Files
library/apps/frontend/src/app/app.scss
T
naomi b6d66d34cb feat: initial prototype works
I can log in and create a book! Woo!
2026-02-04 12:17:05 -08:00

6 lines
188 B
SCSS

.main-content {
min-height: calc(100vh - 60px); // Assuming header is ~60px
background-color: transparent; // Let the body background show through
position: relative;
z-index: 1;
}