Allow horizontal overflow in drawer contents
This commit is contained in:
parent
aee5cf8886
commit
8a9bb0294b
|
@ -42,7 +42,6 @@
|
|||
.main {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.padding .main {
|
||||
padding: var(--spacing-xl);
|
||||
|
|
Loading…
Reference in New Issue