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:
@@ -139,7 +139,7 @@
|
||||
}
|
||||
|
||||
.query-results-table__results-table-wrapper {
|
||||
height: auto;
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
.query-results-table__error-table-container {
|
||||
|
||||
Reference in New Issue
Block a user