fix: prefs view on desktop (#1628)

This commit is contained in:
Aman Harwara
2022-09-23 23:22:01 +05:30
committed by GitHub
parent 1330201d2e
commit a548883863
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ const PreferencesView: FunctionComponent<PreferencesProps> = (props) => {
<div
className={classNames(
'absolute top-0 left-0 z-preferences flex h-full max-h-screen w-full flex-col bg-default pt-safe-top',
isIOS() ? 'pb-safe-bottom' : 'pb-2',
isIOS() ? 'pb-safe-bottom' : 'pb-2 md:pb-0',
)}
ref={fitNodeToMobileScreen}
>