Invalid use of overflow:scroll in elementUi

uses elementui"s container layout el-main is the parent container gives the overflow: scroll; attribute child container containerWrapper gives the minimum width 1250px, but the excess part does not have a scroll bar and cannot scroll to find the solution
clipboard.png

Feb.11,2022

you add a div tag to the outer layer of this section: < div style= "overflow: auto;" > container < / div >.


.el-main? I set it, but he only has y effect and no scroll bar to set overflow-x: auto / scroll.

Menu