Carbonateb / obsidian-encore-theme

The Encore theme aims to freshen up the UI of Obsidian.md with modern design, loosely based off Material 3.
MIT License
71 stars 5 forks source link

When used together with the kanban plugin, the header bar hides some information #13

Closed matheus-de-araujo closed 1 year ago

matheus-de-araujo commented 1 year ago

The header bar is hiding the title of each kanban column image

In which mode does the bug occur?

Which editor are you using?

Which version of Obsidian are you using?

Checklist

matheus-de-araujo commented 1 year ago

Adding the following code resolved the issue:

.view-header {
  position: relative !important;
}
matheus-de-araujo commented 1 year ago

I created a pull request to resolve this issue

Carbonateb commented 1 year ago

Thanks! I've merged the fix, it'll go live in the next update

matheus-de-araujo commented 8 months ago

Thank you very much This project is amazing 👏🏻