fix z index of settings and lose button

This commit is contained in:
Viktor Rådberg
2023-09-01 20:50:39 +02:00
parent 07feb667f4
commit 22f28d3d0b
3 changed files with 56 additions and 40 deletions

View File

@@ -18,6 +18,7 @@ export const StyledSettingsButton = styled.button<{ rotation: number }>`
-moz-user-select: -moz-none;
-webkit-user-select: none;
-ms-user-select: none;
z-index: 1;
${(props) => {
if (
props.rotation === Rotation.Side ||