Drawer: add overflow auto (#20948)

pull/20991/head
好多大米 2021-04-21 11:44:35 +08:00 committed by GitHub
parent 486219a752
commit 17de41f3e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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