mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
ui: Fix monitor scrolling
This commit is contained in:
@@ -139,6 +139,7 @@ header {
|
|||||||
/* Explicit minimums required for sizing/scrolling in nested flex+grids. */
|
/* Explicit minimums required for sizing/scrolling in nested flex+grids. */
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
@@ -543,9 +544,12 @@ nav.tab-bar a.active:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.monitor th {
|
.monitor th {
|
||||||
|
background: var(--bg-color);
|
||||||
border-bottom: 2px solid var(--border-color);
|
border-bottom: 2px solid var(--border-color);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.monitor td {
|
.monitor td {
|
||||||
|
|||||||
Reference in New Issue
Block a user