mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-28 01:50:09 +00:00
Merge "position: fixed for multilightbox"
This commit is contained in:
commit
00e76b4a5d
|
@ -152,3 +152,7 @@
|
|||
.mw-mlb-image-links li.mw-mlb-datetime-li.empty:before {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.mw-mlb-credit.empty {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
|
||||
.mlb-wrapper {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
|
@ -86,7 +86,3 @@
|
|||
.mlb-fullscreen-div .mlb-fullscreen {
|
||||
background-image: url("../img/defullscreen.svg");
|
||||
}
|
||||
|
||||
.mw-mlb-credit.empty {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue