mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix z index of more updates buttons
This commit is contained in:
parent
8f7dff1518
commit
696e8d24e1
1 changed files with 5 additions and 4 deletions
|
@ -159,15 +159,16 @@
|
|||
position: absolute;
|
||||
z-index: 2;
|
||||
}
|
||||
.highlights-before-label {
|
||||
.highlights-before-label, .highlights-after-label {
|
||||
position: absolute;
|
||||
top: @line-height-computed / 2;
|
||||
right: @line-height-computed;
|
||||
z-index: 1;
|
||||
}
|
||||
.highlights-before-label {
|
||||
top: @line-height-computed / 2;
|
||||
}
|
||||
.highlights-after-label {
|
||||
position: absolute;
|
||||
bottom: @line-height-computed / 2;
|
||||
right: @line-height-computed;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue