userChrome/popups: move backForwardMenu on screen
Make sure the menu that gets opened when long-pressing the back button is visible on screen. Note that this is useful not only for navigating back, but can be used to navigate forward too, and to navigate back to the new tab/home page.
This commit is contained in:
parent
e5ee057e95
commit
32e4fb261c
1 changed files with 7 additions and 0 deletions
|
@ -24,4 +24,11 @@
|
|||
#downloadsPanel-mainView {
|
||||
max-width: calc(100vw - 10px);
|
||||
}
|
||||
|
||||
/* Menu that appears when long-pressing the back-button */
|
||||
#backForwardMenu {
|
||||
margin-top: -250px;
|
||||
height: 200px;
|
||||
min-height: 200px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue