mirror of https://github.com/ElemeFE/element
Drawer: add overflow auto (#20948)
parent
486219a752
commit
17de41f3e2
|
@ -165,6 +165,7 @@ $directions: rtl, ltr, ttb, btt;
|
|||
|
||||
&__body {
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
& > * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue