Skip to content

Commit

Permalink
fix: remove sticky position of loader in dashboard UI (containers#2535)…
Browse files Browse the repository at this point in the history
… (containers#2959)

Signed-off-by: lstocchi <lstocchi@redhat.com>
  • Loading branch information
lstocchi authored and mairin committed Jun 25, 2023
1 parent 1c727d1 commit 5959aef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -83,7 +83,7 @@ onMount(() => {
{/if}
<div class="flex flex-col text-gray-700">
<div>Starting</div>
<div class="my-2 pr-5">
<div class="my-2 pr-5 relative">
<i class="pf-c-button__progress">
<span class="pf-c-spinner pf-m-md" role="progressbar">
<span class="pf-c-spinner__clipper"></span>
Expand Down
Expand Up @@ -108,7 +108,7 @@ onDestroy(() => {
{/if}
<div class="flex flex-col text-gray-700">
<div>Initializing</div>
<div class="my-2 pr-5">
<div class="my-2 pr-5 relative">
<i class="pf-c-button__progress">
<span class="pf-c-spinner pf-m-md" role="progressbar">
<span class="pf-c-spinner__clipper"></span>
Expand Down
Expand Up @@ -196,7 +196,7 @@ function onInstallationClick() {
{/if}
<div class="flex flex-col text-gray-700">
<div>Initializing</div>
<div class="my-2 pr-5">
<div class="my-2 pr-5 relative">
<i class="pf-c-button__progress">
<span class="pf-c-spinner pf-m-md" role="progressbar">
<span class="pf-c-spinner__clipper"></span>
Expand Down

0 comments on commit 5959aef

Please sign in to comment.