From d6eace77dbc6ddde958ea1e38286fd68a0398768 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 19 Aug 2020 11:35:01 +0200 Subject: Fix playlist element dropdown overflow --- client/src/app/header/search-typeahead.component.scss | 2 +- .../video-playlist-element-miniature.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/header/search-typeahead.component.scss b/client/src/app/header/search-typeahead.component.scss index 87e8b8c70..f8d68e986 100644 --- a/client/src/app/header/search-typeahead.component.scss +++ b/client/src/app/header/search-typeahead.component.scss @@ -28,7 +28,7 @@ .jump-to-suggestions { top: 100%; left: 0; - z-index: z(typeahead); + z-index: z('search-typeahead'); width: 100%; } diff --git a/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html b/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html index 473fdc102..87ab68b87 100644 --- a/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html +++ b/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html @@ -38,7 +38,7 @@ -
-- cgit v1.2.3