diff --git a/modules/browser.js b/modules/browser.js index 902dda10..e78c4ef7 100644 --- a/modules/browser.js +++ b/modules/browser.js @@ -532,7 +532,7 @@ TreeStyleTabBrowser.prototype = { { let tab = tabs[i]; if (aStacked) - tab.style.zIndex = count * 1000 - index; + tab.style.zIndex = count * 1000 - i; else tab.style.zIndex = ''; }