Set preview to both body and background

This commit is contained in:
Saul Johnson
2017-08-05 15:01:27 +01:00
parent a3066c2a2a
commit 1e3cf5f5e6
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ $(document).ready ->
smilesTextBox = $ '.comp-smiles'
# Element to use for wallpaper preview.
previewElement = $ 'body'
previewElement = $ 'body, html'
# Error message elements.
errorRows = $ '.row-error'
+1 -2
View File
@@ -35,9 +35,8 @@ body {
position: relative;
overflow-x: hidden;
}
body,
html {
/*height: @full-height;*/
background-color: @bg-color;
}