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;