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
This commit is contained in:
Niklas Laxström
2021-03-17 15:43:44 +01:00
committed by jenkins-bot
parent d3a3ac082b
commit 0a692b227a

View File

@@ -35,3 +35,7 @@
}
}
}
.uls-tipsy.uls-tipsy {
z-index: 1000;
}