fix(drawer-menu) Allow scroll on drawer menu items

This commit is contained in:
hmuresan 2021-08-20 13:49:32 +03:00 committed by Horatiu Muresan
parent 08177af182
commit fe41eef398
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
max-height: calc(80vh - 64px); max-height: calc(80vh - 64px);
background: #242528; background: #242528;
border-radius: 16px 16px 0 0; border-radius: 16px 16px 0 0;
overflow-y: hidden; overflow-y: scroll;
margin-bottom: env(safe-area-inset-bottom, 0); margin-bottom: env(safe-area-inset-bottom, 0);
width: 100%; width: 100%;