when the height of main-sidebar is larger than the height of content-wrapper ,two scroll bars appear on the right side of window.
I have the same problem!
When I navigate through the pages, 2 scrolls bars appear if the height of the page change.
How can I fix it?
Thanks!
Same problem here. V2.38 and V2.4.0
same for @version 2.3.8
this work for my.
change this in css style.
.wrapper{height:100%;position:relative;overflow-x:hidden;overflow-y:auto}
for this:
.wrapper{height:100%;position:relative;overflow-x:hidden;overflow-y:hidden}
The same problems exists for me also. So, These changes is maded to which CSS file?
AdminLTE.min.css
I still have this issue with release 2.4.9.
If using Chrome set on the body "-webkit-paged-x"
Most helpful comment
this work for my.
change this in css style.
.wrapper{height:100%;position:relative;overflow-x:hidden;overflow-y:auto}
for this:
.wrapper{height:100%;position:relative;overflow-x:hidden;overflow-y:hidden}