space: fix background image attachment

This commit is contained in:
mntmn
2020-09-22 15:21:39 +02:00
parent 09b42f24c2
commit bd8667feba
2 changed files with 4 additions and 2 deletions

View File

@@ -14549,7 +14549,8 @@ button.close {
overflow: scroll; } overflow: scroll; }
.board .wrapper { .board .wrapper {
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; } background-size: initial;
background-position: 0 0; }
.snap-ruler-h { .snap-ruler-h {
pointer-events: none; pointer-events: none;

View File

@@ -119,7 +119,8 @@
.wrapper { .wrapper {
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: initial;
background-position: 0 0;
} }
width: 100%; width: 100%;