diff --git a/app/assets/stylesheets/themes/default/layout/_body.scss b/app/assets/stylesheets/themes/default/layout/_body.scss index b227c40..8d308dc 100644 --- a/app/assets/stylesheets/themes/default/layout/_body.scss +++ b/app/assets/stylesheets/themes/default/layout/_body.scss @@ -10,6 +10,7 @@ body { padding: 0; width: 100%; min-height: 100%; + min-width: 1020px; } body#tinymce { @@ -18,7 +19,6 @@ body#tinymce { #container { min-height: 100%; - min-width: 1020px; background: { color: $blue; image: image-url("#{$theme-path}/layout/background.jpg");