mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-05 11:21:11 +08:00
fix(components): [el-drawer] fix content cannot scroll issue (#5001)
fix #4999
This commit is contained in:
parent
369aee6292
commit
679e7ef285
@ -66,6 +66,7 @@ $directions: rtl, ltr, ttb, btt;
|
||||
&__body {
|
||||
flex: 1;
|
||||
padding: var(--el-drawer-padding-primary);
|
||||
overflow: auto;
|
||||
& > * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user