diff --git a/src/components/FluxNote.vue b/src/components/FluxNote.vue index 170d2c8..63389be 100644 --- a/src/components/FluxNote.vue +++ b/src/components/FluxNote.vue @@ -218,7 +218,6 @@ $header-height: 40px; .note { min-width: var(--note-width); max-width: var(--note-width); - height: auto; } } diff --git a/src/views/ShareNotes.vue b/src/views/ShareNotes.vue index 668239c..10dfd4e 100644 --- a/src/views/ShareNotes.vue +++ b/src/views/ShareNotes.vue @@ -7,6 +7,7 @@