1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

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

View file

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