Blazored / Modal

A powerful and customizable modal implementation for Blazor applications.
https://blazored.github.io/Modal/
MIT License
786 stars 186 forks source link

Use computed style to consider the real values #559

Closed 0ptim closed 9 months ago

0ptim commented 9 months ago

Currently, if someone uses a class to apply an overflow value to the body, the value won't be reset to default in removeBodyStyle.

This way, the current computed value is used.