N
N
nhpmi2019-12-12 19:03:52
css
nhpmi, 2019-12-12 19:03:52

How to scroll in Drawer in Element-UI?

I take an example from the element-ui docks, there is a beautiful nested label in the drawer element. But if the content is enlarged, the drawer will not scroll and everything will be cut off stupidly.
https://jsfiddle.net/xz0a6mL8/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor Belyaev, 2019-12-12
@nhpmi

You need to wrap the content in el-scrollbar:

<el-scrollbar
  ref="scrollbar"
  style="height: calc(100vh - 45px)"
>
  <el-table>...</el-table>
</el-scrollbar>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question