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

This commit is contained in:
MrOtherGuy 2022-06-01 08:12:52 +03:00
parent 6b242379ec
commit 5aa1d1ec01

View file

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