mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 15:44:35 +01:00
fix background
This commit is contained in:
@@ -117,7 +117,7 @@ class App extends React.Component<IProps, IState> {
|
||||
return (
|
||||
<div className="App" style={
|
||||
this.state.bgFile ? {
|
||||
background: `url(${this.state.bgFile} fixed`,
|
||||
background: `url(${this.state.bgFile}) fixed`,
|
||||
} : {}
|
||||
}>
|
||||
<TopBar
|
||||
|
||||
Reference in New Issue
Block a user