logseq-plugin-tabs icon indicating copy to clipboard operation
logseq-plugin-tabs copied to clipboard

Independent Tab Bar

Open BradKML opened this issue 1 year ago • 1 comments

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?

BradKML avatar Feb 01 '24 03:02 BradKML

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; }

topherhunt avatar Feb 07 '24 06:02 topherhunt