Skip to content

Commit d64f730

Browse files
committed
feat(hm): fix firefox userChrome.css
1 parent ea1ca48 commit d64f730

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/home-manager/desktop/apps/firefox/userChrome.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116

117117
/* or make the top bar position absolute */
118118
#navigator-toolbox {
119+
z-index: 1000 !important;
119120
position: absolute !important;
120121
width: var(--gd-head-width);
121122
margin-top: 0 !important;
@@ -329,7 +330,7 @@
329330
display: flex;
330331
padding: 0;
331332
margin: 0 !important;
332-
box-shadow: 0 0 16px #0004;
333+
pointer-events: none;
333334

334335
width: var(--urlbar-container-width) !important;
335336
max-width: var(--urlbar-container-width);
@@ -354,7 +355,10 @@
354355
padding: 0;
355356
margin: 0 !important;
356357

358+
pointer-events: all;
359+
357360
transform: translate(-50%, -50%);
361+
box-shadow: 0 0 16px #0004;
358362
}
359363

360364
#urlbar-background,

0 commit comments

Comments
 (0)