mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-14 03:03:30 -07:00
Tables now automatically resize themselves to fit page height
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user