fix header not being fixed
This commit is contained in:
parent
c833f9b3bf
commit
8d63268ae2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue