#2926 Add z-index so circle appears above line

This commit is contained in:
Adrian Kothman
2018-03-01 00:06:36 +00:00
parent 2d8bf2fa79
commit c4470d3297
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -40,6 +40,7 @@
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
z-index: 10;
}
&.active {