SPR-908: all z-indices are found in base_structure.less,
SPR-908: Bugfix Direct-nav in Tableview should be above toggle button
This commit is contained in:
parent
01b34ddbf2
commit
3389cd60ad
9 changed files with 56 additions and 17 deletions
|
@ -12,7 +12,6 @@
|
|||
.justify-content(flex-end);
|
||||
|
||||
position: relative;
|
||||
z-index: 1; // put meta-box above positioned content-elements such as aggregations, edit-buttons
|
||||
float: right;
|
||||
max-width: 40%;
|
||||
margin-top: -(@page_padding-top); // reverse padding-top of .page container
|
||||
|
@ -158,7 +157,6 @@
|
|||
}
|
||||
|
||||
&.active {
|
||||
z-index: 1; // put the active tab above the meta-content in .tab-pane.active
|
||||
|
||||
> a {
|
||||
cursor: default;
|
||||
|
@ -306,7 +304,7 @@
|
|||
ul.mmissuelist {
|
||||
padding-left: 0;
|
||||
margin-top: 1rem;
|
||||
|
||||
|
||||
li {
|
||||
&.noissue {
|
||||
list-style-type: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue