From e1799b521b76ce87bbbb5290fcf8d95da47de3a2 Mon Sep 17 00:00:00 2001 From: Yevhenii Herasymchuk Date: Tue, 22 Dec 2020 20:10:20 +0100 Subject: [PATCH] Update z-index of images Commit for removing z-index from the host element. Host Z-index was applied to images in carousel, which made it too high, conflicting with other app --- src/app/carousel/carousel.component.sass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/carousel/carousel.component.sass b/src/app/carousel/carousel.component.sass index 7adb07e..ccc2105 100644 --- a/src/app/carousel/carousel.component.sass +++ b/src/app/carousel/carousel.component.sass @@ -8,7 +8,6 @@ width: 100% height: 100% user-select: none - z-index: 10000 transform-origin: top left box-sizing: border-box .carousel-container @@ -109,4 +108,4 @@ width: 8px height: 8px .carousel-dot-active - background-color: #fff \ No newline at end of file + background-color: #fff