Commit 0b5fc07e authored by Moody Salem's avatar Moody Salem

fix(popover): use the same offset

parent a0d4710a
......@@ -78,7 +78,7 @@ const Arrow = styled.div`
}
&.arrow-left {
right: -4px;
right: -5px;
::before {
border-bottom: none;
......@@ -87,7 +87,7 @@ const Arrow = styled.div`
}
&.arrow-right {
left: -4px;
left: -5px;
::before {
border-right: none;
border-top: none;
......
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