fix header not being fixed

This commit is contained in:
Jonathan Rainville 2018-10-15 16:40:53 -04:00 committed by Pascal Precht
parent c833f9b3bf
commit 8d63268ae2
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 2 deletions

View File

@ -18,6 +18,7 @@ app-root {
.app-header {
flex: 0 0 $navbar-height;
position: fixed;
}
.app-footer {
@ -28,8 +29,6 @@ app-root {
display: flex;
flex-direction: row;
flex-grow: 1;
overflow-x: hidden;
margin-top: 0;
.main {
flex: 1;