fix Viewport width overflows on small screens #51

This commit is contained in:
Foxy_null 2024-12-11 10:24:21 +09:00
parent 872b991e58
commit 1d2fee2aec

View file

@ -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 {