parent
bfb6931364
commit
01a4abe8ce
2 changed files with 8 additions and 3 deletions
|
@ -24,7 +24,8 @@
|
|||
|
||||
&-track {
|
||||
position: relative;
|
||||
top: 0;
|
||||
//top: 0;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
display: block;
|
||||
|
||||
|
@ -33,6 +34,7 @@
|
|||
z-index: 1;
|
||||
&.higher {
|
||||
z-index: 2;
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue