diff --git a/core/frontend/bigscreen/src/app/app.component.html b/core/frontend/bigscreen/src/app/app.component.html
index 8ef7f9b..93e2878 100644
--- a/core/frontend/bigscreen/src/app/app.component.html
+++ b/core/frontend/bigscreen/src/app/app.component.html
@@ -89,7 +89,13 @@
diff --git a/core/frontend/bigscreen/src/styles.css b/core/frontend/bigscreen/src/styles.css
index 85018d0..b7bbf81 100644
--- a/core/frontend/bigscreen/src/styles.css
+++ b/core/frontend/bigscreen/src/styles.css
@@ -281,6 +281,13 @@ body.alert-mode-red::before {
overflow: hidden;
}
+.table-scroll {
+ flex: 1;
+ min-height: 0;
+ overflow-y: auto;
+ overflow-x: auto;
+}
+
.loading-overlay {
position: fixed;
inset: 0;