From 4fb9d2e1cd174f52ef425467b25e60b06711318c Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 4 Aug 2020 16:30:30 +0100 Subject: [PATCH] theme hover animation is now not clipped --- public/css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.scss b/public/css/style.scss index 64f3de440..1769437b8 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -1903,7 +1903,7 @@ key { position: relative; .tabContent { - overflow: hidden; + overflow: revert; height: auto; // max-height: 0px; // max-height: 100vh;