1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

ui: Fix monitor scrolling

This commit is contained in:
James Hillyerd
2019-01-01 14:27:31 -08:00
parent 6287f5fe9c
commit 8e04ce1fec

View File

@@ -139,6 +139,7 @@ header {
/* Explicit minimums required for sizing/scrolling in nested flex+grids. */
min-height: 0;
min-width: 0;
overflow-y: auto;
}
footer {
@@ -543,9 +544,12 @@ nav.tab-bar a.active:hover {
}
.monitor th {
background: var(--bg-color);
border-bottom: 2px solid var(--border-color);
text-align: left;
padding: 5px;
position: sticky;
top: 0;
}
.monitor td {