diff --git a/browser/base/content/tabbrowser.xml b/browser/base/content/tabbrowser.xml index fe152c92ab99..aed77000f26c 100644 --- a/browser/base/content/tabbrowser.xml +++ b/browser/base/content/tabbrowser.xml @@ -2595,7 +2595,7 @@ // of the tabstrip, we need to ensure that we stay // completely scrolled to the right side var tabStrip = this.mTabstrip; - if (tabStrip.scrollPosition + tabStrip.scrollClientSize >= + if (tabStrip.scrollPosition + tabStrip.scrollClientSize > tabStrip.scrollSize) tabStrip.scrollByPixels(-1); } catch (e) {}