From 80bb49bcf92c0d61e540cd3eb3cd24ff642e6995 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 31 Oct 2020 09:57:03 +0200 Subject: [PATCH] Apply z-index:1 to the title-block so it will show on top of bg-images --- chrome/show_window_title_in_menubar.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/chrome/show_window_title_in_menubar.css b/chrome/show_window_title_in_menubar.css index 57e1f06..74c6c6d 100644 --- a/chrome/show_window_title_in_menubar.css +++ b/chrome/show_window_title_in_menubar.css @@ -10,15 +10,16 @@ See the above repository for updates as well as full license text. */ right: 140px; /* Space for window controls */ width: calc(100vw - 440px); /* Window width - window control width - menuitem (English) width */ text-align: center; - } + z-index: 1; + pointer-events: none; + } head > *{ display: none } head > title{ - display: -moz-box; + display: -moz-inline-box; padding-top: 1px; - max-width: 60vw; + max-width: 50vw; overflow-x: -moz-hidden-unscrollable; text-overflow: ellipsis; - -moz-box-pack: center; } @media (-moz-os-version:windows-win10){ :root[sizemode="maximized"] > head > title { padding-top: 10px }