diff options
-rw-r--r-- | base/content/newtab/newTab.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/content/newtab/newTab.css b/base/content/newtab/newTab.css index 7f2176e..3d88b19 100644 --- a/base/content/newtab/newTab.css +++ b/base/content/newtab/newTab.css @@ -46,7 +46,7 @@ input[type=button] { #newtab-customize-button { position: absolute; top: 10px; - right: -10%; + right: 0; z-index: 101; } |