mirror of
https://github.com/bckelley/avogadrio.git
synced 2026-08-24 02:04:11 -05:00
Set preview to both body and background
This commit is contained in:
@@ -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
@@ -35,9 +35,8 @@ body {
|
||||
position: relative;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
body,
|
||||
|
||||
html {
|
||||
/*height: @full-height;*/
|
||||
background-color: @bg-color;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user