From 200c0522dfeedd637f0656fa27c23a2cb9f844bf Mon Sep 17 00:00:00 2001 From: Valerii Sidorenko Date: Wed, 17 Apr 2024 12:45:27 +0200 Subject: [PATCH] fix(Label): isolate inner z-indexes (#1519) --- src/components/Label/Label.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Label/Label.scss b/src/components/Label/Label.scss index 015706a557..1ae880daf6 100644 --- a/src/components/Label/Label.scss +++ b/src/components/Label/Label.scss @@ -38,6 +38,8 @@ $hover-opacity: 0.7; transition-duration: $transitionDuration; transition-timing-function: $transitionTimingFunction; box-sizing: border-box; + /* make new stacking context to isolate z-indexes */ + isolation: isolate; --border-size: 0px;