Hello, it seems that the modal is not centering correctly when using option detachable: false and we have a long scrollable content.
My guess is that it is not calculating the top property correctly, it seems to be using the body height instead of viewport height.
Note 1: If you remove detachable : false option it works.
Note 2: If you remove like a paragraph of text you will then see the modal, but it won't be centered though.
Modal should be centered.
Modal is not centered.
My original Semantic-ui repository issue link
2.7.8
It's not centered vertically, though it does stay centered if you make the window tall enough for the content and resize it down.

It's centered to the dimmer. If your viewport is too small and have to scroll, the dimmer stay upper so the modal is not centered anymore. It's a bug, but I don't know how to fix this 馃槙
Fixed by #1013
See your adjusted jsfiddle here http://jsfiddle.net/dgzLjxwv/
Most helpful comment
Fixed by #1013
See your adjusted jsfiddle here http://jsfiddle.net/dgzLjxwv/