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