From d08a14e711c92ad06bb2d2bd705005de3895f452 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 20 Jan 2020 15:02:10 +1100 Subject: [PATCH] fixed the bug flickering on hover in modals --- stylesheets/_session.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss index 445aae010..9380f1f06 100644 --- a/stylesheets/_session.scss +++ b/stylesheets/_session.scss @@ -385,6 +385,8 @@ $session_message-container-border-radius: 5px; display: inline-block; position: relative; opacity: 0.4; + transform: translateZ(0); + &:hover { opacity: 1; }