Clean up z-indexes
There have been some z-indexes that were removed and then reintroduced through strange merges. This is an attempt to remove all z-indexes that are unnecessary and to clearly state the purpose of the remaining z-indexes in a comment to each index. SPR-981
This commit is contained in:
parent
c6a2583846
commit
80aedcc551
15 changed files with 11 additions and 23 deletions
|
@ -32,7 +32,7 @@ nav#dokuwiki__pagetools {
|
|||
@toolbox-size: 30px;
|
||||
|
||||
top: 3.05rem;
|
||||
z-index: 100;
|
||||
z-index: 100; // put labels of the pagetools above content on hover etc.
|
||||
|
||||
@media @screen_min-md {
|
||||
right: -2.5rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue