pengx17 / logseq-plugin-tabs

A Logseq plugin which lets you open pages in tabs like working in the browser
MIT License
285 stars 22 forks source link

Independent Tab Bar #99

Open BradKML opened 4 months ago

BradKML commented 4 months ago

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?

topherhunt commented 4 months ago

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