Semantic-UI-React icon indicating copy to clipboard operation
Semantic-UI-React copied to clipboard

<Modal dimmer={{scrolling: true}} /> is not working

Open GeoDaz opened this issue 9 months ago • 1 comments

Bug Report

Filling the props dimmer?: SemanticShorthandItem<ModalDimmerProps> with {scrolling: true} is not working, the class scrolling doesn't appear on the body element

Steps

Just create this component : <Modal dimmer={{scrolling: true}} />

Expected Result

The body get the "scrolling" class.

Actual Result

The body only has "dimmable dimmed" class.

Version

    "semantic-ui-css": "^2.5.0",
    "semantic-ui-react": "^2.1.0",

Testcase

Minimal reproduction : https://github.com/GeoDaz/bug-semantic-ui-scrolling-dimmer I didn't make the fork due to dependency errors

GeoDaz avatar Feb 21 '25 13:02 GeoDaz

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.

We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

welcome[bot] avatar Feb 21 '25 13:02 welcome[bot]