fix mobile crown
This commit is contained in:
@@ -385,10 +385,10 @@ export default function App() {
|
||||
{/* Clear crowns - gold(top), silver, bronze(bottom) */}
|
||||
{!isNasa && (crowns.bronze || crowns.silver || crowns.gold) && (
|
||||
<div style={{
|
||||
position: 'absolute',
|
||||
bottom: 16,
|
||||
position: 'fixed',
|
||||
bottom: 'max(16px, env(safe-area-inset-bottom, 0px))',
|
||||
right: 16,
|
||||
zIndex: 3,
|
||||
zIndex: 100,
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
gap: 4,
|
||||
|
||||
Reference in New Issue
Block a user