Fix to allow using the ULS when it is bigger than the viewport

Small fix that make global scrolling to affect the ULS (using absolute positioning instead of fixed).
It solves the problem behind bug 39414 without the need for making the window draggable.

Change-Id: Icc3ca81c4b48040b38a5efb42422bdb53e0e2422
This commit is contained in:
pginer
2012-08-31 12:16:11 +02:00
parent 47e852f2e5
commit 70b0dc79fb

View File

@@ -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;