Skip to content

Commit

Permalink
fix pyodide loading issue (#6194)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSkovMadsen authored and philippjfr committed Jan 17, 2024
1 parent 953e16d commit 7531903
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions panel/dist/css/loading.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

:host(.pn-loading) .pn-loading-msg,
.pn-loading .pn-loading-msg {
color: var(--panel-on-background-color, black);
font-size: 2em;
position: absolute;
top: 72%;
font-size: 2em;
Expand Down

0 comments on commit 7531903

Please sign in to comment.