From 23ac747374607443bb82bd8d9b535c15e885c4fb Mon Sep 17 00:00:00 2001 From: Dan McCarthy <130873865+dmccrthy@users.noreply.github.com> Date: Mon, 14 Apr 2025 21:39:46 -0400 Subject: [PATCH] Add Scroll to Table --- public/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/index.css b/public/index.css index 76e4ef7..a33f137 100644 --- a/public/index.css +++ b/public/index.css @@ -95,6 +95,7 @@ body { background-color: var(--bg); width: 80%; height: calc(100% - 24vmin); + overflow-y: scroll; } .main.containerView { @@ -428,4 +429,4 @@ td.serviceUp { td.serviceDown { background-color: #dc3545; -} \ No newline at end of file +}