mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 09:25:47 +01:00
🐛 Background image not visible, remove background image from default config
This commit is contained in:
@@ -218,7 +218,7 @@ const BackgroundImage = () => {
|
||||
return (
|
||||
<Global
|
||||
styles={{
|
||||
body: {
|
||||
'.mantine-AppShell-root': {
|
||||
minHeight: '100vh',
|
||||
backgroundImage: `url('${config?.settings.customization.backgroundImageUrl}')`,
|
||||
backgroundPosition: 'center center',
|
||||
|
||||
Reference in New Issue
Block a user