2.12.0
win10 chrome 74
2.6.10
https://jsfiddle.net/mLvkb0f4/
just create a very long el-drawer, then it comes to have no slider
it show's slider as other components
it has no slider
I had to add this CSS to mine to add the scrollbar:
.el-drawer__body {
height: 100%;
box-sizing: border-box;
overflow-y: auto;
}
Got it from https://github.com/ElemeFE/element/issues/17130#issuecomment-523778100
I had to add this CSS to mine to add the scrollbar:
.el-drawer__body { height: 100%; box-sizing: border-box; overflow-y: auto; }
Got it from #17130 (comment)
Solved the issue
Please close this issue.
this css not work for me.
Most helpful comment
I had to add this CSS to mine to add the scrollbar:
Got it from https://github.com/ElemeFE/element/issues/17130#issuecomment-523778100