🐛 Background image not visible, remove background image from default config

This commit is contained in:
Meier Lukas
2023-10-22 23:44:15 +02:00
parent fe0b34a6e4
commit 5d4c0cf293
2 changed files with 2 additions and 2 deletions

View File

@@ -218,7 +218,7 @@ const BackgroundImage = () => {
return (
<Global
styles={{
body: {
'.mantine-AppShell-root': {
minHeight: '100vh',
backgroundImage: `url('${config?.settings.customization.backgroundImageUrl}')`,
backgroundPosition: 'center center',