mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 850480 - [responsive mode] Re-introduce mobile scrollbars. r=vporof
Bug 850480 - [responsive mode] Re-introduce mobile scrollbars. r=vporof
This commit is contained in:
parent
fb54649f27
commit
320d486d98
@ -183,7 +183,7 @@ function ResponsiveUI(aWindow, aTab)
|
||||
|
||||
ResponsiveUI.prototype = {
|
||||
_transitionsEnabled: true,
|
||||
_floatingScrollbars: false, // See bug 799471
|
||||
_floatingScrollbars: true,
|
||||
get transitionsEnabled() this._transitionsEnabled,
|
||||
set transitionsEnabled(aValue) {
|
||||
this._transitionsEnabled = aValue;
|
||||
|
Loading…
Reference in New Issue
Block a user