From 555fdc8c79d6577b1fb048ac928b8376a81ffd67 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 21 Feb 2020 21:25:27 +0100 Subject: Provide z-index centralisation for lower components --- client/src/app/shared/video/video-thumbnail.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/shared/video/video-thumbnail.component.scss') diff --git a/client/src/app/shared/video/video-thumbnail.component.scss b/client/src/app/shared/video/video-thumbnail.component.scss index 573a64987..c13105e94 100644 --- a/client/src/app/shared/video/video-thumbnail.component.scss +++ b/client/src/app/shared/video/video-thumbnail.component.scss @@ -25,7 +25,7 @@ border-radius: 3px; font-size: 12px; font-weight: $font-bold; - z-index: 1; + z-index: z(miniature); } .video-thumbnail-duration-overlay { -- cgit v1.2.3