From 147a0349b79c384678fb342ba511edf4acc57773 Mon Sep 17 00:00:00 2001 From: Isarra Date: Fri, 31 Aug 2018 19:46:06 +0000 Subject: [PATCH] Prevent echo labels from overflowing over the personal dropdown and interfering with the hover activation Change-Id: I98ef872931cf5fa5cb56dba83284dbb02a521a27 --- resources/extensions/Echo.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/extensions/Echo.less b/resources/extensions/Echo.less index 4bf342f..a61d226 100644 --- a/resources/extensions/Echo.less +++ b/resources/extensions/Echo.less @@ -34,6 +34,13 @@ } @media ( min-width: @desktop-small-floor ) { + // Prevent echo badge labels from overflowing over this + // since they're just color:transparent and still right there + #personal { + position: relative; + z-index: 5; + } + #personal-extra { float: left; margin-left: -4.5em;