Merge "Fix to allow using the ULS when it is bigger than the viewport"
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.uls-menu {
|
.uls-menu {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
display: none;
|
display: none;
|
||||||
min-width: 715px;
|
min-width: 715px;
|
||||||
@@ -213,4 +213,4 @@ span#languagefilter-clear {
|
|||||||
|
|
||||||
#search-input-block {
|
#search-input-block {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user