global config for header padding

This commit is contained in:
Cássio Zen 2016-10-20 10:48:09 -02:00
parent 871fdc9331
commit a1f15da39f
2 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@
.root {
position: absolute;
top: 64px;
top: 0;
bottom: 0;
display: flex;
flex-direction: column;

View File

@ -20,6 +20,11 @@ body {
margin: 0;
}
:global #root {
padding-top: 64px;
}
:global #root, :global #root > * {
height: 100%;
}