Make capture box be part of urlbar-input-container
This commit is contained in:
parent
80bb49bcf9
commit
d8f9d1de79
1 changed files with 4 additions and 2 deletions
|
@ -22,7 +22,7 @@ See the above repository for updates as well as full license text. */
|
|||
}
|
||||
|
||||
/* Invisible capture box behind tabs*/
|
||||
:root:not([customizing]) #urlbar::before{
|
||||
:root:not([customizing]) #urlbar-input-container::before{
|
||||
position: fixed;
|
||||
display: block;
|
||||
top: 0;
|
||||
|
@ -32,6 +32,8 @@ See the above repository for updates as well as full license text. */
|
|||
content: "";
|
||||
}
|
||||
|
||||
#urlbar-input-container:focus-within::before{ display: none !important; }
|
||||
|
||||
/* Make tabs appear over the invisible box */
|
||||
:root:not([customizing]) #tabbrowser-tabs{
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue