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 { :host {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
min-height: 100vh; height: 100vh;
} }
main { main {
flex: 1; flex: 1;
padding: 0 1rem; overflow-y: auto;
overflow: auto; margin-top: 3.5rem;
} }