Browse Source

Adjust z-index for floating labels (#3939)

for-closed-social
David Schneiderbauer 6 years ago
committed by Bo-Yi Wu
parent
commit
91b3615219
2 changed files with 13 additions and 1 deletions
  1. +1
    -1
      public/css/index.css
  2. +12
    -0
      public/less/_base.less

+ 1
- 1
public/css/index.css
File diff suppressed because it is too large
View File


+ 12
- 0
public/less/_base.less View File

@ -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