Browse Source

Drawer: add overflow auto (#20948)

好多大米 4 years ago
parent
commit
17de41f3e2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/theme-chalk/src/drawer.scss

+ 1 - 0
packages/theme-chalk/src/drawer.scss

@@ -165,6 +165,7 @@ $directions: rtl, ltr, ttb, btt;
 
   &__body {
     flex: 1;
+    overflow: auto;
     & > * {
       box-sizing: border-box;
     }