Allow IP information popup to overlay on top of "compare selected versions" box

Set bottom "compare selected versions" box to use z-index zero so IP information popup goes over "compare selected versions" box

Bug: T304944
Change-Id: Id78e643f73dbba740501c67912c869621786a4b3
This commit is contained in:
matr1x-101 2024-10-22 14:32:29 +01:00 committed by Jdlrobson
parent f20a565158
commit 29219736a6

View file

@ -70,9 +70,6 @@
// The large "Compare selected revisions" button container
.mw-history-compareselectedversions {
background: @background-color-base;
.position-sticky();
top: 0;
z-index: @z-index-above-content;
// "Compare selected revisions" button
.mw-history-compareselectedversions-button {
@ -109,6 +106,13 @@
}
}
// for the first "compare revisions" (should be above content)
form > .mw-history-compareselectedversions:first-of-type {
top: 0;
z-index: @z-index-above-content;
.position-sticky();
}
.mw-thanks-thank-link {
margin-right: 1em;
}