Remove flexbox from #content because it is now on #page

pull/3659/head
Isaac Connor 2023-01-16 13:31:03 -05:00
parent 5a990cb9cb
commit 9089501bd8
1 changed files with 3 additions and 0 deletions

View File

@ -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%;
}
/*