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 +}