You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is there any way to position the busy spinner relative to another HTML element? At the moment it can be either of the corners or full-page, but I would like it to be top-right positioned relative to a Shiny tabPanel or even a div inside the tabPanel instead of the full screen.
The text was updated successfully, but these errors were encountered:
stkrogs
changed the title
Positionint of busy spinner
Positioning of busy spinner
Mar 29, 2021
Hi, is there any way to position the busy spinner relative to another HTML element? At the moment it can be either of the corners or full-page, but I would like it to be top-right positioned relative to a Shiny tabPanel or even a div inside the tabPanel instead of the full screen.
Yes, I too would like to do something like this. At the moment, the location overlaps some text on the page which overflows to the top right.. but I would like it in that corner. To adjust it below a following HTML row would be perfect.
I would also love the positioning to be changed. I'm currently using the margins parameters use_busy_spinner(spin = "fingerprint", margins = c(350, 700)), but I wish it could be relative to the window size.
Is there a way to specify percentages instead of pixel count?
Hi, is there any way to position the busy spinner relative to another HTML element? At the moment it can be either of the corners or full-page, but I would like it to be top-right positioned relative to a Shiny tabPanel or even a div inside the tabPanel instead of the full screen.
The text was updated successfully, but these errors were encountered: