mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-23 19:37:52 +00:00
Revert "fix overflow"
This reverts commit 0240c1636141883106ac2a485775974beb2c831e.
This commit is contained in:
parent
0240c16361
commit
ae29e362cf
@ -35,8 +35,8 @@ const AppViewerContainer = React.forwardRef(({ app, isSelected, hide, isDevMode,
|
|||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
style={{
|
style={{
|
||||||
position: (!isSelected || hide) && 'fixed',
|
position: (!isSelected || hide) && 'absolute',
|
||||||
left: (!isSelected || hide) && '-10000000px',
|
left: (!isSelected || hide) && '10000000px',
|
||||||
height: customHeight ? customHeight : !isMobile ? '100vh' : `calc(${rootHeight} - 60px - 45px)`,
|
height: customHeight ? customHeight : !isMobile ? '100vh' : `calc(${rootHeight} - 60px - 45px)`,
|
||||||
border: 'none',
|
border: 'none',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
|
@ -313,8 +313,8 @@ export const AppsDesktop = ({ mode, setMode, show , myName, goToHome, setDesktop
|
|||||||
return (
|
return (
|
||||||
<AppsParent
|
<AppsParent
|
||||||
sx={{
|
sx={{
|
||||||
position: !show && 'fixed',
|
position: !show && 'absolute',
|
||||||
left: !show && '-10000000px',
|
left: !show && '10000000px',
|
||||||
flexDirection: 'row'
|
flexDirection: 'row'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
@ -217,8 +217,8 @@ export const AppsDevMode = ({ mode, setMode, show , myName, goToHome, setDesktop
|
|||||||
<AppsParent
|
<AppsParent
|
||||||
sx={{
|
sx={{
|
||||||
flexDirection: 'row' ,
|
flexDirection: 'row' ,
|
||||||
position: !show && 'fixed',
|
position: !show && 'absolute',
|
||||||
left: !show && '-10000000px',
|
left: !show && '10000000px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user