use overflow:hidden instead of -moz-hidden-unscrollable for window title
This commit is contained in:
@@ -18,7 +18,7 @@ See the above repository for updates as well as full license text. */
|
||||
display: -moz-inline-box;
|
||||
padding-top: 1px;
|
||||
max-width: 50vw;
|
||||
overflow-x: -moz-hidden-unscrollable;
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user