Skip to content

fold gutter overlaps covers the writing area in editor mode #43

@s-kyy

Description

@s-kyy

OS: Windows
Discordian version: 0.8.5
Obsidian: Version: 0.11.13

When viewing text in editor mode there's something overlapping the the left-side of the writing area

This is some example text:

OS: Windows
Discordian version: 0.8.5
Obsidian: Version: 0.11.13

This is what it looks like in preview mode:
image

Note: I was able to fix it with:

.CodeMirror-foldgutter {
  width: 0px !important; /*<---- edited this line!*/
  display: none;
}

Although I'm not sure if this affected this issue I posted a few minutes ago or and how the toggle icons are displayed.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions