https://codepen.io/185driver/pen/rpELoJ
Two things appear to be broken in the drawers component with the change from 4.0.0-beta.4 to 4.1.1:
.bmd-layout-content container. Both .bmd-layout-header and .nav-drawer divs now scroll out of view and they shouldn't..nav-drawer) is no longer full window height if the page content is less than that. To see the effect, delete my codepen <li>s.The nav drawer should always be full window height and only the page main content should scroll, as it is in 4.0.0-beta.4.
Hello,
I solved this problem, when I set position: absolute for bmd-layout-container.
@Legotckoi
Thanks it solved my problem.
Most helpful comment
Hello,
I solved this problem, when I set position: absolute for bmd-layout-container.