Tables now automatically resize themselves to fit page height

This commit is contained in:
Chris Wilson
2020-07-25 22:07:35 -04:00
parent d1af7de6fe
commit e384c9ed6d
3 changed files with 145 additions and 125 deletions

View File

@@ -1,4 +1,4 @@
#tracker-wrapper{
#tracker-wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
@@ -8,8 +8,7 @@
.table-wrapper{
overflow-y: auto;
overflow-x: auto;
margin-bottom: 2rem;
max-height: 425px;
margin-bottom: 1rem;
}
#tracker-header-bar{