fix(components): [el-drawer] fix content cannot scroll issue (#5001)

fix #4999
This commit is contained in:
msidolphin 2021-12-28 15:04:38 +08:00 committed by GitHub
parent 369aee6292
commit 679e7ef285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,7 @@ $directions: rtl, ltr, ttb, btt;
&__body {
flex: 1;
padding: var(--el-drawer-padding-primary);
overflow: auto;
& > * {
box-sizing: border-box;
}