Adjust z-index for floating labels (#3939)

tokarchuk/v1.17
David Schneiderbauer 7 years ago committed by Bo-Yi Wu
parent 253a2d636b
commit 91b3615219
  1. 2
      public/css/index.css
  2. 12
      public/less/_base.less

File diff suppressed because one or more lines are too long

@ -152,6 +152,10 @@ pre, code {
}
}
&.floating.label {
z-index: 10;
}
&.menu,
&.vertical.menu,
&.segment {
@ -167,6 +171,14 @@ pre, code {
font-size: .92857143rem;
}
&.dropdown .menu>.item>.floating.label {
z-index: 11;
}
&.dropdown .menu .menu>.item>.floating.label {
z-index: 21;
}
.text {
&.red {
color: #d95c5c !important;

Loading…
Cancel
Save