Browse Source

Drawer: add overflow auto (#20948)

好多大米 4 năm trước cách đây
mục cha
commit
17de41f3e2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
     }