From e2c65cfee583b85bed9dfc50d6f9a723f814a399 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Wed, 13 Sep 2017 14:26:26 +0200 Subject: no need for overflow, let the opacity trick the user and the animation smoothly push other items MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 5f2cb222b01..15736f08802 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -119,7 +119,6 @@ kbd { > ul { opacity: 0; max-height: 0; - overflow-y: hidden; /* bezier override the hide/slow effect due to the 2000 max-height */ transition: max-height 500ms cubic-bezier(0, 1, 0, 1), opacity 250ms ease-in-out; -- cgit v1.2.3