From 620dec451bccb7f343b9cdee8943dc21b8753baa Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 16 Jul 2015 20:31:57 +0200 Subject: [PATCH] More-menu needs to overlap indicators Indicators potentially can be overlap the area for the menu overlay, which then overlaps it. Avoid it by raise the z-index for div.menu, too. Bug: T89410 Change-Id: Ie505d29a27aba2e8be5d5b13209442ec6daebcd9 --- components/tabs.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/tabs.less b/components/tabs.less index 2d28d93..351f317 100644 --- a/components/tabs.less +++ b/components/tabs.less @@ -184,6 +184,8 @@ div.vectorMenu div.menu { clear: both; text-align: left; display: none; + // overlap indicators (which has z-index 1, too) + z-index: 1; } /* Enable forcing showing of the menu for accessibility */