Skip to content

Commit 0f51dec

Browse files
committed
Fix #26808: loading and new version banner overlap
1 parent f22db07 commit 0f51dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/static/js/shiny.operator.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Shiny.operator = {
9292
// only show the message if the option is enabled
9393
if (Shiny.operator.staticState.showTransferMessage) {
9494
document.getElementById('new-version-banner').style.display = "block";
95+
document.getElementById('loading').style.top = "200px";
9596
}
9697
},
9798

0 commit comments

Comments
 (0)