mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-23 22:03:39 +00:00
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:
parent
f20a565158
commit
29219736a6
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue