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

Moving the tabs up #76

Closed srikat closed 1 year ago

srikat commented 1 year ago

I added

#logseq-tabs_lsp_main {
  top: 12px !important;
}

in custom.css and it moves the tabs up.

But now they are not clickable.

A similar issue was created in the past in https://github.com/pengx17/logseq-plugin-tabs/issues/37 but the person that posted it closed it.

I am aware of Awesome UI plugin but do not want to use it.

Any help is appreciated.

srikat commented 1 year ago

Just had to add z-index:99 !important;.