chanan / BlazorStrap

Bootstrap 4 Components for Blazor Framework

Home Page:https://blazorstrap.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BSOffCanvas: Overflow hidden and some styling wont reset on OffCanvas hidden

jonathankarlsson88 opened this issue · comments

When toggle open offcanvas body gets styled with overflow: hidden and some padding to it.

When closed the styling does not get reset and it still there.

Therefor its impossible to scroll and content on page gets hidden instead of scrollable. Same issue at your own demo site, just click toggle the offCanvas and the whole page is unscrollable.

overflow: hidden; padding-right: 17px;

Yep its working!

Awsome.