summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/chrome/browser/newtab/newTab.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chrome/browser/newtab/newTab.css b/src/chrome/browser/newtab/newTab.css
index 6a8dba6..24a19a9 100644
--- a/src/chrome/browser/newtab/newTab.css
+++ b/src/chrome/browser/newtab/newTab.css
@@ -9,7 +9,7 @@
9} 9}
10 10
11/* SCROLLBOX */ 11/* SCROLLBOX */
12#newtab-scrollbox:not([page-disabled]) { 12#newtab-scrollbox {
13 background-color: rgb(43,43,43); 13 background-color: rgb(43,43,43);
14 background-attachment: fixed; 14 background-attachment: fixed;
15} 15}