use overflow:hidden instead of -moz-hidden-unscrollable for window title

pull/198/head
MrOtherGuy 2 years ago
parent 6b242379ec
commit 5aa1d1ec01

@ -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;
}
}
Loading…
Cancel
Save