From 0a692b227a5dc201df0b1c785e10962b711facd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 17 Mar 2021 15:43:44 +0100 Subject: [PATCH] Increase z-index for undo tooltip When interface language selector is at the top, the undo tooltip may appear under new Vector search box and other user tool links. Change-Id: I36ac01511e590896afb0382c17ae90d01ba57314 --- resources/css/ext.uls.interface.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/css/ext.uls.interface.less b/resources/css/ext.uls.interface.less index 533f6110..ce60cf07 100644 --- a/resources/css/ext.uls.interface.less +++ b/resources/css/ext.uls.interface.less @@ -35,3 +35,7 @@ } } } + +.uls-tipsy.uls-tipsy { + z-index: 1000; +}