diff --git a/mobile/chrome/content/browser-ui.js b/mobile/chrome/content/browser-ui.js index 3a99c7f93649..e76493346979 100644 --- a/mobile/chrome/content/browser-ui.js +++ b/mobile/chrome/content/browser-ui.js @@ -592,7 +592,6 @@ var BrowserUI = { var bookmark = document.getElementById("bookmark-container"); var urllist = document.getElementById("urllist-container"); var container = document.getElementById("browser-container"); - var prefs = document.getElementById("pref-pane"); if (aMode == UIMODE_URLVIEW) { diff --git a/mobile/chrome/content/browser.css b/mobile/chrome/content/browser.css index 03bd9c6edec0..ef25874a5366 100644 --- a/mobile/chrome/content/browser.css +++ b/mobile/chrome/content/browser.css @@ -10,7 +10,7 @@ richlistitem[type="documenttab"] { -moz-binding: url("chrome://browser/content/deckbrowser.xml#documenttab"); } -#pref-pane > scrollbox +#prefs-container > scrollbox { overflow: auto; } diff --git a/mobile/chrome/content/browser.xul b/mobile/chrome/content/browser.xul index 00321131ae27..44890b4b3abe 100644 --- a/mobile/chrome/content/browser.xul +++ b/mobile/chrome/content/browser.xul @@ -40,7 +40,6 @@ - @@ -240,7 +239,7 @@