Browse Source

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

master
hmuresan 4 years ago
parent
commit
fe41eef398
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      css/_drawer.scss

+ 1
- 1
css/_drawer.scss View File

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

Loading…
Cancel
Save