fix styling issues

This commit is contained in:
Konstantin Schaper
2020-08-07 12:17:42 +02:00
parent af04a074d9
commit db19d8e95c
3 changed files with 5 additions and 13 deletions

View File

@@ -63,7 +63,6 @@ const PopoverContainer = styled.div<ContainerProps>`
margin-top: -0.4rem;
-webkit-transform-origin: center;
transform-origin: center;
box-shadow: -1px 1px 2px rgba(10, 10, 10, 0.2);
transform: rotate(-45deg);
}
`;