Allow horizontal overflow in drawer contents

This commit is contained in:
Andrew Kingston 2024-03-21 15:22:07 +00:00
parent aee5cf8886
commit 8a9bb0294b
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@
.main {
height: 100%;
overflow: auto;
overflow-x: hidden;
}
.padding .main {
padding: var(--spacing-xl);