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; }
.board .wrapper {
background-repeat: no-repeat;
background-size: cover; }
background-size: initial;
background-position: 0 0; }
.snap-ruler-h {
pointer-events: none;