diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 36b6f7a..35df64a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -14549,7 +14549,8 @@ button.close { overflow: scroll; } .board .wrapper { background-repeat: no-repeat; - background-size: cover; } + background-size: initial; + background-position: 0 0; } .snap-ruler-h { pointer-events: none; diff --git a/styles/space-sections.scss b/styles/space-sections.scss index 074eda7..9e84870 100644 --- a/styles/space-sections.scss +++ b/styles/space-sections.scss @@ -119,7 +119,8 @@ .wrapper { background-repeat: no-repeat; - background-size: cover; + background-size: initial; + background-position: 0 0; } width: 100%;