Skip to content

Commit 50adbb7

Browse files
daviianlafriks
authored andcommitted
Adjust z-index for floating labels (#3939) (#3950)
1 parent abc1596 commit 50adbb7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

public/css/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/less/_base.less

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ pre, code {
152152
}
153153
}
154154

155+
&.floating.label {
156+
z-index: 10;
157+
}
158+
155159
&.menu,
156160
&.vertical.menu,
157161
&.segment {
@@ -167,6 +171,14 @@ pre, code {
167171
font-size: .92857143rem;
168172
}
169173

174+
&.dropdown .menu>.item>.floating.label {
175+
z-index: 11;
176+
}
177+
178+
&.dropdown .menu .menu>.item>.floating.label {
179+
z-index: 21;
180+
}
181+
170182
.text {
171183
&.red {
172184
color: #d95c5c !important;

0 commit comments

Comments
 (0)