This commit is contained in:
McShelby 2022-06-05 11:52:05 +00:00
parent e8032367a2
commit 079d74b799
342 changed files with 7093 additions and 8491 deletions

View file

@ -361,8 +361,9 @@ th {
#body-inner {
display: flex;
flex: 1; /* fill rest of vertical space */
flex: auto;
flex-direction: column;
overflow-y: auto;
padding: 0 3rem 4rem 3rem;
position: relative; /* PS */
}