From b58c6dca64d6f7914db4269b72817a3c37e68c6d Mon Sep 17 00:00:00 2001 From: gpkvt Date: Tue, 6 Jun 2023 00:06:18 +0200 Subject: [PATCH] fixed animation jump --- static/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/base.css b/static/css/base.css index 71d5fed..29a406e 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -65,7 +65,7 @@ a:hover #help { min-width: 400px; max-width: 900px; max-height: 100%; - overflow: auto; + overflow: hidden; width: 65%; margin: 0; position: absolute;