Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Right sidebar toggle button not clickable... #47

Closed
rubaboo opened this issue Apr 25, 2023 · 2 comments
Closed

Right sidebar toggle button not clickable... #47

rubaboo opened this issue Apr 25, 2023 · 2 comments

Comments

@rubaboo
Copy link

rubaboo commented Apr 25, 2023

When enabling sliding panes (for current window), the sidebar toggle button gets relocated to the far right. When in that position, it is not clickable.

Obsidian v1.1.16

@pjeby
Copy link
Owner

pjeby commented Apr 25, 2023

Here is a CSS snippet that works around the issue, though it makes it impossible to drag the window when it's in sliding panes mode (unless you grab above the left sidebar):

.workspace.is-right-sidedock-open .mod-root.is-sliding + .mod-right-split .workspace-tabs.mod-top .workspace-tab-header-spacer {
    -webkit-app-region: no-drag;
}

I'm trying to figure out a better fix than this, and you should remove this CSS once I do have an official fix.

pjeby added a commit that referenced this issue Apr 25, 2023
@pjeby
Copy link
Owner

pjeby commented Apr 25, 2023

Ok, an updated fix is in 0.4.2 - if you update you should have a functional button and the drag issue should be resolved as well - you can now get rid of the CSS snippet if you used it.

@pjeby pjeby closed this as completed Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants