From 178cd27a38732d7538a59e00b15e493420e0d5b4 Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Mon, 11 Jan 2021 14:56:45 +0100
Subject: [PATCH] chore: fix spinner location

---
 .../nehuba/nehubaViewerGlue/nehubaViewerGlue.template.html   | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/viewerModule/nehuba/nehubaViewerGlue/nehubaViewerGlue.template.html b/src/viewerModule/nehuba/nehubaViewerGlue/nehubaViewerGlue.template.html
index 5c612b295..ac4241ecf 100644
--- a/src/viewerModule/nehuba/nehubaViewerGlue/nehubaViewerGlue.template.html
+++ b/src/viewerModule/nehuba/nehubaViewerGlue/nehubaViewerGlue.template.html
@@ -85,7 +85,7 @@
     </layout-floating-container>
 
     <!-- panel controller -->
-    <div iavLayoutFourCornersBottomRight>
+    <div iavLayoutFourCornersBottomRight class="position-relative">
 
       <ng-container *ngTemplateOutlet="panelCtrlTmpl; context: {
         panelIndex: panelIndex,
@@ -93,7 +93,8 @@
       }">
       </ng-container>
 
-      <div *ngIf="(sliceViewLoadingMain$ | async)[panelIndex]">
+      <div *ngIf="(sliceViewLoadingMain$ | async)[panelIndex]"
+        class="position-absolute bottom-0 right-0">
         <spinner-cmp></spinner-cmp>
       </div>
     </div>
-- 
GitLab