[Loader] wrong style when appears inside a Modal
See original GitHub issue[Loader] rendered inside a Modal will be white on white
Steps
Create a Loader inside of the content of the modal
Expected Result
Loader should be none “inverted” (white on black) but regular, but because of the fact that Modal
has .dimmer
behind it, the loader becomes inverted
Actual Result
Loader inside of Modal should be visible
Version
2.4.2
Testcase
Issue Analytics
- State:
- Created 3 years ago
- Comments:9
Top Results From Across the Web
Bootstrap modal appearing under background - Stack Overflow
The trick in here is data-backdrop="false" style="background-color: rgba(0, 0, 0, 0.5);" by removing the default backdrop and create a dummy one by setting ......
Read more >Bootstrap Modal Dialog showing under Modal Background
The easiest solution is to move the modal dialog outside of any container and just declare it under the <body> element, or -...
Read more >Considerations for Styling a Modal | CSS-Tricks
Having a close button that is always visible seems smart, so the user can't be in a state where it's not visibly clear...
Read more >Modal · Bootstrap v5.0
Modals use position: fixed , which can sometimes be a bit particular about its rendering. Whenever possible, place your modal HTML in a...
Read more >Transactional modal - Carbon Design System
The primary action button should be disabled while loading is in progress. ... then the modal should remain open with the entry marked...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanx for the explanation, I’ll take a look at it
This has already been fixed in the community fork Fomantic-UI See your adjusted jsfiddle here https://jsfiddle.net/lubber/r8fcuak3/1/