mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-15 17:37:30 +01:00
space: fix background image attachment
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
|||||||
Reference in New Issue
Block a user