From d8242181a4824bf3c19bc73237412e95df9de0e2 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 11 Jul 2019 16:20:58 +0200 Subject: [PATCH] See more: make last row of text selectable fixes #2654 --- app/assets/stylesheets/zammad.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index c987d7146..4e11fd6a8 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -5608,13 +5608,13 @@ footer { &.is-open { &:before { - opacity: 0; + display: none; } } .btn { - padding-top: 17px; - padding-bottom: 17px; + padding-top: 15px; + padding-bottom: 15px; font-size: 10px; } @@ -5626,7 +5626,7 @@ footer { top: -30px; height: 30px; background: linear-gradient(rgba(255,255,255,0), white); - transition: opacity 300ms; + pointer-events: none; } }