Background-repeat round (#5475)
This commit is contained in:
parent
770c7e5878
commit
fc18299869
@ -8,6 +8,7 @@
|
||||
<style>
|
||||
html {
|
||||
background: white;
|
||||
background-repeat: round;
|
||||
}
|
||||
|
||||
html, body, #container {
|
||||
|
@ -79,7 +79,7 @@ class ParityBackground extends Component {
|
||||
};
|
||||
|
||||
if (attachDocument) {
|
||||
document.documentElement.style.background = style.background;
|
||||
document.documentElement.style.backgroundImage = style.background;
|
||||
}
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user