summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-13 14:26:26 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-21 14:00:35 +0200
commite2c65cfee583b85bed9dfc50d6f9a723f814a399 (patch)
treea27da163a06192101cb9f49c8bc0a9798f1d13b2
parent681a4ba8d2eccbf72da8d6d6d706ec40d662830a (diff)
downloadnextcloud-server-e2c65cfee583b85bed9dfc50d6f9a723f814a399.tar.gz
nextcloud-server-e2c65cfee583b85bed9dfc50d6f9a723f814a399.zip
no need for overflow, let the opacity trick the user and the animation smoothly push other items
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r--core/css/apps.scss1
1 files changed, 0 insertions, 1 deletions
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;