From a4f126a76f6dbf0ca89c8073517a4a868cfb5867 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Thu, 11 Feb 2021 16:45:46 -0800 Subject: [PATCH] Search results should overlay personal tools This removes the problem with the Echo icon being visible on top of search when the browser is resized to 500px with Echo installed. Change-Id: I6aba17cb85979617a55e9879518eacdb916ac18b --- resources/skins.vector.styles/layout-default.less | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/skins.vector.styles/layout-default.less b/resources/skins.vector.styles/layout-default.less index d4a1eb1..d1dd5ae 100644 --- a/resources/skins.vector.styles/layout-default.less +++ b/resources/skins.vector.styles/layout-default.less @@ -48,6 +48,7 @@ body { float: left; margin: 0 0 0 @margin-horizontal-search; flex-grow: 1; + z-index: @z-index-menu; flex-basis: @min-width-search; // #searchform is only a direct child of #p-search before wvui-loads. After