Commit fca82476 by yuananting

Merge branch 'feature/yuananting/20210619/help-center-enter' into dev

parents 08d6e810 709d3534
......@@ -341,12 +341,8 @@
}
}
.store-popover {
display: none;
}
&:hover {
.store-popover {
position: absolute;
display: flex;
display: none;
width: 216px;
height: 260px;
top: 49px;
......@@ -395,6 +391,10 @@
}
}
}
&:hover {
.store-popover {
display: flex;
}
}
}
.share,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment