show sidebar label on collapsed sidebar SPR-957
This removes the base z-indexes as they seem not to be needed (source order defines initial heights) and interfered with the sidbar functionality. Removing it was suggested in SPR-899 as well
This commit is contained in:
parent
d80bb21849
commit
9e264cdc04
4 changed files with 24 additions and 23 deletions
|
@ -73,16 +73,7 @@
|
|||
z-index: 900;
|
||||
}
|
||||
|
||||
.tools .row > .col-xs-12 {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.header .row > .col-xs-12 {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.content .row > .col-xs-12 {
|
||||
z-index: 3;
|
||||
border-radius: 0 @ini_default_border_radius @fix_border-radius @fix_border-radius; // @ini_default_border_radius vs. @fix_border-radius
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue