Add top since position is absolute
This commit is contained in:
parent
580ba86680
commit
8d8a9ea2c1
@ -179,6 +179,7 @@
|
|||||||
&:focus::after,
|
&:focus::after,
|
||||||
&:hover::after {
|
&:hover::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
top: -1px;
|
||||||
left: -1px;
|
left: -1px;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: $baseSize * 4;
|
height: $baseSize * 4;
|
||||||
|
Loading…
Reference in New Issue
Block a user