-

+
setOpen(Boolean(clickable))}
style={{
- width: isMobile ? 24 : 36,
- height: isMobile ? 24 : 36,
+ zIndex: 1000,
+ position: 'absolute',
+ top: 20,
+ right: 20,
+ height: isMobile ? 36 : 50,
+ width: isMobile ? 36 : 50,
+ display: 'flex',
+ alignItems: 'center',
+ justifyContent: 'center',
}}
- />
-
+ >
+

+
+