We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1ca48 commit d64f730Copy full SHA for d64f730
modules/home-manager/desktop/apps/firefox/userChrome.css
@@ -116,6 +116,7 @@
116
117
/* or make the top bar position absolute */
118
#navigator-toolbox {
119
+ z-index: 1000 !important;
120
position: absolute !important;
121
width: var(--gd-head-width);
122
margin-top: 0 !important;
@@ -329,7 +330,7 @@
329
330
display: flex;
331
padding: 0;
332
margin: 0 !important;
- box-shadow: 0 0 16px #0004;
333
+ pointer-events: none;
334
335
width: var(--urlbar-container-width) !important;
336
max-width: var(--urlbar-container-width);
@@ -354,7 +355,10 @@
354
355
356
357
358
+ pointer-events: all;
359
+
360
transform: translate(-50%, -50%);
361
+ box-shadow: 0 0 16px #0004;
362
}
363
364
#urlbar-background,
0 commit comments