global config for header padding
This commit is contained in:
parent
871fdc9331
commit
a1f15da39f
@ -5,7 +5,7 @@
|
||||
|
||||
.root {
|
||||
position: absolute;
|
||||
top: 64px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -20,6 +20,11 @@ body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
:global #root {
|
||||
padding-top: 64px;
|
||||
}
|
||||
|
||||
|
||||
:global #root, :global #root > * {
|
||||
height: 100%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user