logseq-plugin-tabs
logseq-plugin-tabs copied to clipboard
Independent Tab Bar
Currently the Tab Bar is an overlay of the page, and that when scrolling the text underneath and between the tab buttons would hint through. Could the tab bar (not just the tab buttons) have non-transparent background?
I suspect this would be an easy fix (if pengx17 agrees that it's a desireable one; I'm unsure how many users would +1 this) but note that it's also easy to work around this by enabling CSS support in the plugin, then add a background style to the tab bar:
.logseq-tab-wrapper { background: #fff; }