[Help] How can I use loader for ui container? #1446
-
Help WantedI want to use loader for div.ui.container, so I put loader inside the container, but it seems it doesn't overlap all container but only visible area. Since it only overlap the visible area, when I scroll down, the loader doesn't show. Testcasejs fiddle: https://jsfiddle.net/q2nv3Lkz/ |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Set |
Beta Was this translation helpful? Give feedback.
-
Facing same problem few days ago, I move the loader to the body, and add css below
example: https://jsfiddle.net/9uathzcb/1/ |
Beta Was this translation helpful? Give feedback.
Set
position: relative
to your container. Here's example fiddle (https://jsfiddle.net/y0ucpkqo/1/).