From 5aa1d1ec0138e22eaa84b4f9921d0af7a73f478b Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 1 Jun 2022 08:12:52 +0300 Subject: [PATCH] use overflow:hidden instead of -moz-hidden-unscrollable for window title --- chrome/show_window_title_in_menubar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/show_window_title_in_menubar.css b/chrome/show_window_title_in_menubar.css index 2c6a8e6..a750873 100644 --- a/chrome/show_window_title_in_menubar.css +++ b/chrome/show_window_title_in_menubar.css @@ -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; } } \ No newline at end of file