Fix live query UI expanded view (#394)

- The expanded view for live query UI now fills the screen's height. Vertical scroll is allowed on the table if the results table's height larger than the screen's height.
Fixes #392
This commit is contained in:
noahtalerman 2021-03-08 11:45:17 -08:00 committed by GitHub
parent 9317c81edc
commit 54ecabab35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@
}
.query-results-table__results-table-wrapper {
height: auto;
max-height: none;
}
.query-results-table__error-table-container {