fix scroll effect b/c header is sticky now
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user