🐛 fix minor issues with cursor layout

This commit is contained in:
Chase Manning 2023-10-16 19:04:20 +01:00
commit 2b12d4454e

View file

@ -60,12 +60,6 @@ const ArrowContainer = styled.div`
left: 0;
top: 50%;
transform: translateY(-50%);
@media (max-width: 1000px) {
top: auto;
bottom: -1px;
left: 1px;
}
`;
export interface MenuItemType {