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