about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-07-22 20:49:54 +0200
committerGitHub <noreply@github.com>2022-07-22 20:49:54 +0200
commit85d0e3474574d82fc653925560d2905cee43287e (patch)
tree20a7c49c820e8b5b7e2389408b6d8deb55fa1119 /app/javascript/flavours/glitch/styles/components/index.scss
parent0a61b000e3f10e9be3d8ae1cccf53caa3877a55a (diff)
parent1ceebf2710794dc35211a16ad3af7f834641a2ab (diff)
Merge pull request #1810 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index 7f9ed2186..b54c3f696 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -442,10 +442,14 @@
     object-fit: contain;
   }
 
-  .loading-bar {
+  .loading-bar__container {
     position: relative;
   }
 
+  .loading-bar {
+    position: absolute;
+  }
+
   &.image-loader--amorphous .image-loader__preview-canvas {
     display: none;
   }