fix(drawer-menu) Allow scroll on drawer menu items
This commit is contained in:
parent
08177af182
commit
fe41eef398
|
@ -23,7 +23,7 @@
|
|||
max-height: calc(80vh - 64px);
|
||||
background: #242528;
|
||||
border-radius: 16px 16px 0 0;
|
||||
overflow-y: hidden;
|
||||
overflow-y: scroll;
|
||||
margin-bottom: env(safe-area-inset-bottom, 0);
|
||||
width: 100%;
|
||||
|
||||
|
|
Loading…
Reference in New Issue