On modal close component sets document.body.style.overflow = 'auto'; which causes double scrollbar problem on site template. #510
Replies: 1 comment
-
Hi, I have implemented a solution by adding a css rule to the global stylesheet as follows;
this negates style attribute added to body by the BlazoredModal. Cheers, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Component sets document.body.style.overflow = 'auto' by calling ClearBodyStyles and invoking _styleFunctions.InvokeVoidAsync("removeBodyStyle"); after closing or dismissing modal which causes dobulescrollbar problem on the site theme. Is it possible to prevent or override this function?
Thank you for your great work, much appreciated.
Cheers,
Onur
Beta Was this translation helpful? Give feedback.
All reactions