Skip to content

Commit

Permalink
fix indicator spinner overflow (#2070)
Browse files Browse the repository at this point in the history
Co-authored-by: ARTUSI <xavier.artusi@cea.fr>
  • Loading branch information
xavArtley and xavArtley authored Mar 10, 2021
1 parent 79f5230 commit 709ef9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions panel/dist/css/widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ progress:not([value])::before {
to {background-position: 100%}
}

.bk-root .bk.loader {
overflow: hidden;
}

.bk.loader::after {
content: "";
border-radius: 50%;
Expand Down

0 comments on commit 709ef9b

Please sign in to comment.