Fix search results on mobile
[oweals/peertube.git] / client / src / app / shared / video / video-thumbnail.component.scss
index 0113427a34ecd4383509d29f71e9cde270dc1076..469b659e93170f37673cb8940847c62468f6942a 100644 (file)
@@ -8,8 +8,8 @@
   .progress-bar {
     height: 3px;
     width: 100%;
-    position: relative;
-    top: -3px;
+    position: absolute;
+    bottom: 0;
     background-color: rgba(0, 0, 0, 0.20);
 
     div {