mirror of
https://github.com/quorafind/Obsidian-Daily-Notes-Editor.git
synced 2026-07-22 07:00:27 +00:00
fix Viewport width overflows on small screens #51
This commit is contained in:
parent
872b991e58
commit
1d2fee2aec
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--size-4-4);
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
body.daily-notes-hide-frontmatter .daily-note-view .markdown-source-view.is-live-preview.show-properties .metadata-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue