fix header not being fixed
This commit is contained in:
parent
c833f9b3bf
commit
8d63268ae2
|
@ -18,6 +18,7 @@ app-root {
|
||||||
|
|
||||||
.app-header {
|
.app-header {
|
||||||
flex: 0 0 $navbar-height;
|
flex: 0 0 $navbar-height;
|
||||||
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-footer {
|
.app-footer {
|
||||||
|
@ -28,8 +29,6 @@ app-root {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
overflow-x: hidden;
|
|
||||||
margin-top: 0;
|
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
Loading…
Reference in New Issue