fix scroll effect b/c header is sticky now
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-26 13:42:30 -05:00
parent e3e7582cdd
commit 524c640a56

View File

@@ -1,11 +1,11 @@
:host {
display: flex;
flex-direction: column;
min-height: 100vh;
height: 100vh;
}
main {
flex: 1;
padding: 0 1rem;
overflow: auto;
overflow-y: auto;
margin-top: 3.5rem;
}