mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-12 22:26:20 +00:00
fix z index of settings and lose button
This commit is contained in:
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user