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
70 stars 5 forks source link

[BUG] #30

Open Atlasroar opened 2 months ago

Atlasroar commented 2 months ago

Describe the Bug Title bar buttons are broken currently with the layout. e.g. cant minimize, maximize and close the program

Relevant Screenshots If applicable, add screenshots to help explain your problem.

To Reproduce Steps to reproduce the behavior, e.g.

  1. Go to top right corner and minimize, maximize or close
  2. Click on '....'
  3. Scroll down to '....'

In which mode does the bug occur?

Which editor are you using?

Which version of Obsidian are you using? -public desktop

Checklist

https://discord.com/channels/686053708261228577/694233507500916796/1239302011153940480

discord channel link to me discovering the issue was caused by the theme

Atlasroar commented 2 months ago

Sailkite on this obsidian discord sent me this 👍

body.is-frameless:not(.is-hidden-frameless) > .titlebar {
    z-index: 1;
}

and that worked to fix encore :)