bwinton / TabCenter

Firefox add-on for arranging tabs vertically
https://testpilot.firefox.com/experiments/tab-center
210 stars 55 forks source link

Tabs always have overflow="true" attribute set #863

Closed Keith94 closed 7 years ago

Keith94 commented 7 years ago

Even with only one tab open, DOMi still reports overflow="true" attribute is set:

firefox_2016-12-26_13-18-32

ericawright commented 7 years ago

yes, that was done as a work-around in this PR https://github.com/bwinton/TabCenter/pull/575 in order to fix: #273 and #492

Keith94 commented 7 years ago

Well is there any other attribute that can define if a scrollbar is present or not? It's useful because I have some CSS modifications that rely on that sort of thing.