mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
9317c81edc
commit
54ecabab35
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@
|
|||
}
|
||||
|
||||
.query-results-table__results-table-wrapper {
|
||||
height: auto;
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
.query-results-table__error-table-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue