Tab Stacks/Sliding Mode: Add option to show only one tab a time with two collapsed stacks on the sides (full width tab)

If this is still an active request then please add my voice to the throng.
I like “stacking” notes, but switch to tabs often to eliminate the visual noise of having partially visible notes.

Rock on!

1 Like

I might have found a solution for creating non-overlapping Stacked Tabs.

Create a CSS snippet with this:

.workspace .mod-root .workspace-tabs.mod-stacked .workspace-tab-container > * {
	position: inherit;
}

It usually is position: sticky; which seems to what enables the overlapping functionality.