Remove flexbox from #content because it is now on #page
parent
5a990cb9cb
commit
9089501bd8
|
@ -244,10 +244,13 @@ ul.tabList li.active a {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
body.sticky #content {
|
body.sticky #content {
|
||||||
|
/*
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
|
*/
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue