mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 605253 - beta feedback form unusable on Samsung Vibrant Android phone in vertical orientation [r=mfinkle,mbrubeck]
This commit is contained in:
parent
81130c0a76
commit
47c1b48a88
@ -397,6 +397,14 @@ toolbarbutton.choice-remotetabs {
|
||||
outline: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* These rules prevent browser to steal the focus while touching the screen
|
||||
* to allow panning/zooming of the browser view without closing the VKB
|
||||
*/
|
||||
#content-stack > deck > browser {
|
||||
-moz-user-focus: ignore;
|
||||
}
|
||||
|
||||
/* browser tools panel UI ------------------------------------------------ */
|
||||
.panel-header {
|
||||
margin: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user