minor changes
This commit is contained in:
parent
4284fd65bf
commit
fa541b64a6
4 changed files with 13 additions and 7 deletions
|
|
@ -63,16 +63,21 @@
|
|||
.marker-layer {
|
||||
}
|
||||
|
||||
.marker-layer .selection {
|
||||
.marker-layer .step {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.marker-layer .bracket {
|
||||
.marker-layer .selection {
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.marker-layer .bracket {
|
||||
position: absolute;
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
.marker-layer .active_line {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue