Fix bug 39417 - Scrollbars appear for ULS regions

Modified overflow property to avoid vertical scrollbars.

Change-Id: I93fdb98207348e8b105c223f3d4518b8bbed9bee
This commit is contained in:
pginer
2012-08-16 10:46:37 +02:00
parent 710146ef99
commit eb9ea46496

View File

@@ -77,7 +77,7 @@
bottom: 2px;
position: absolute;
font-size: 13px;
overflow-x: hidden;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}