From ceea7fc606ee3c201dd295f5f38db603a7bd9cd7 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 13 Feb 2023 09:43:02 +0100 Subject: [PATCH] wait #5724 @0.25 --- style/fluidbook.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index d42dc566..62468f20 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -2078,7 +2078,7 @@ form input[type="text"], form input[type="email"] { &.here { background-color: @menu-select-background; color: @menu-select-text; - z-index: -2; + z-index: 0; } .overlay { @@ -2214,7 +2214,7 @@ form input[type="text"], form input[type="email"] { left: -5px; width: unit(@thumb-width+11, px); height: @shade-height; - z-index: -1; + z-index: 1; } } -- 2.39.5