From 4ab095b051f133e35d5a4b613d940838f2e8ff65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 4 Nov 2016 15:35:32 +0100 Subject: [PATCH] fix(ux): fixed issue with row menu gliding over header, or in realting extending outside it's bound and not getttin the menu background --- public/sass/components/_row.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/sass/components/_row.scss b/public/sass/components/_row.scss index 79691cc1776..61fca0cef41 100644 --- a/public/sass/components/_row.scss +++ b/public/sass/components/_row.scss @@ -120,10 +120,10 @@ $dash-row-menu-animation-speed: 0.20s; position: absolute; top: 0px; width: 138px; - height: 100%; + min-height: 100%; transform: translate(-131px, 0); transition: 0.1s ease-out 0.4s; - z-index: 100; + z-index: 99; display: flex; flex-direction: row;