fix: no more clip overflow y

This commit is contained in:
Julien Calixte
2026-04-25 00:02:12 +02:00
parent e03ff49764
commit d098b3b404
2 changed files with 0 additions and 2 deletions

View File

@@ -278,7 +278,6 @@ $border-color: rgba(18, 19, 58, 0.2);
section { section {
padding: 1rem 0 2rem; padding: 1rem 0 2rem;
overflow-x: auto; overflow-x: auto;
overflow-y: clip;
} }
.note-content { .note-content {

View File

@@ -180,7 +180,6 @@ $border-color: rgba(18, 19, 58, 0.2);
section { section {
padding: 1rem 0 2rem; padding: 1rem 0 2rem;
overflow-x: auto; overflow-x: auto;
overflow-y: clip;
} }
.note-content { .note-content {