eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
381 stars 67 forks source link

Drop shadow causes first tab to be unclickable #334

Closed Keith94 closed 6 years ago

Keith94 commented 6 years ago

This bug is caused by 45558bb.

Because of the drop shadow, it's impossible to interact with the first unpinned tab within the top 10px.

2018-04-07_12-28-16

Keith94 commented 6 years ago

This CSS did the trick for me.

#topshadow {
  pointer-events: none;
}