Skip to content

Commit bb315ab

Browse files
Add styles to make monitorlist table content scrollable instead of main content, so that buttons at top stay visible
1 parent e786fda commit bb315ab

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

web/skins/classic/css/base/views/console.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,14 @@ body.sticky #monitorList thead {
188188
#monitorList:has(.colThumbnail img:hover) {
189189
overflow: visible !important;
190190
}
191+
/* Make the boot-strap table monitor list scrollable instead of content div */
192+
#content ,
193+
#monitorList,
194+
#monitorList .bootstrap-table,
195+
#monitorList .fixed-table-container {
196+
overflow: hidden;
197+
height: 100%;
198+
}
199+
#monitorList .fixed-table-container {
200+
overflow: auto;
201+
}

0 commit comments

Comments
 (0)