Fomantic-UI
Fomantic-UI copied to clipboard
[Modal] When using coupled modal the first one is jumping up before the second is shown
When using coupled modal the first one is jumping up before the second is shown
Steps to reproduce
- You need two coupled modals
- The second modal needs to be larger than the screen height
- When you call the second modal the first one will jump up before hiding
Expected result
The first modal should just disappear in middle of the screen and show the second modal.
Actual result
The first modal jumps up before hiding. I'm seeing this only when the second modal is larger than the screen height. When the second modal is smaller then the screen height everything is normal.
Testcase
JSFiddle when the second modal is larger than the screen size: Modal Jump
JFFiddle when the second modal is smaller then the screen size: Normal modal behavior