mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-28 21:30:59 -08:00
Fix: One Liner - Prevent truncate url view #471
This commit is contained in:
parent
316dd8e1b9
commit
fc204137f7
2 changed files with 3 additions and 0 deletions
|
|
@ -4292,6 +4292,7 @@
|
|||
}
|
||||
|
||||
#navigator-toolbox {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
|
|
@ -4406,6 +4407,7 @@
|
|||
}
|
||||
|
||||
#navigator-toolbox {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
}
|
||||
|
||||
#navigator-toolbox {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue