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;
|
||||
}
|
||||
body.sticky #content {
|
||||
/*
|
||||
flex: 1 1 auto;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
*/
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue