Fix bug 39417 - Scrollbars appear for ULS regions
Modified overflow property to avoid vertical scrollbars. Change-Id: I93fdb98207348e8b105c223f3d4518b8bbed9bee
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
bottom: 2px;
|
bottom: 2px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
overflow-x: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user