chore: fix preferences view when using custom titlebar [skip e2e]

This commit is contained in:
Aman Harwara
2023-08-15 00:54:19 +05:30
parent 2ba427602d
commit 4246c5181a
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ const PreferencesViewWrapper: FunctionComponent<PreferencesViewWrapperProps> = (
animate="mobile"
animationVariant="horizontal"
close={application.preferencesController.closePreferences}
className="md:h-full md:!max-h-full md:!w-full"
className="md:!border-0 md:h-full md:!max-h-full md:!w-full"
>
<PreferencesView
closePreferences={application.preferencesController.closePreferences}