diff --git a/src/components/FluxNote.vue b/src/components/FluxNote.vue index 002b25a..3c21254 100644 --- a/src/components/FluxNote.vue +++ b/src/components/FluxNote.vue @@ -176,6 +176,7 @@ $header-height: 40px; left: 0; top: 0; padding: 0 2rem; + scrollbar-width: none; .repo-title { margin-top: 1rem; @@ -249,7 +250,7 @@ $header-height: 40px; @media print, screen and (max-width: 768px) { .flux-note { .readme { - padding: 0 0.5rem; + padding: 0 0.75rem; } } diff --git a/src/components/StackedNote.vue b/src/components/StackedNote.vue index 7d220fd..7b56336 100644 --- a/src/components/StackedNote.vue +++ b/src/components/StackedNote.vue @@ -245,13 +245,14 @@ $border-color: rgba(18, 19, 58, 0.2); padding: 0 1.5rem 1rem; background-color: var(--color-base-100); color: var(--color-base-content); + scrollbar-width: none; &.overlay { box-shadow: -3px 0 0.4em $border-color; } section { - padding: 0 0.25rem 2rem; + padding: 0 0.5rem 2rem; } } @@ -290,6 +291,7 @@ a.title-stacked-note-link { .text-content { flex: 1; + scrollbar-width: none; div { height: 100%; @@ -316,6 +318,7 @@ a.title-stacked-note-link { .note-content { padding: 0; + scrollbar-width: none; } } }