From 1570e352d41f54e1302e9acdcd7689712051ec13 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Mon, 24 Aug 2020 02:32:26 +0200 Subject: [PATCH] Fix scrollbar --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 2d22c44..7ba0e51 100644 --- a/style.css +++ b/style.css @@ -17,7 +17,7 @@ table { .public-games { height: 300px; - overflow-y: scroll; + overflow-y: auto; } .display-4, .font-weight-normal {