From ab57e11f91c9d08167a811dd801ff8fb57215d5c Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 15 Feb 2020 13:42:11 +0100 Subject: add scrollbar --- webAO/styles/client.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webAO') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index ec16b1c..03458d6 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -112,7 +112,8 @@ left: 50%; transform: translate(-50%, -50%); width: 75vw; - overflow-y: auto; + max-height: 90vh; + overflow-y: scroll; justify-content: center; align-items: center; vertical-align: middle; -- cgit