A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Negative Margins - .region.fullscreen ??
-
What’s the purpose of the Negative margins here [in main.css] ??
.region.fullscreen {
position: absolute;
top: calc(-1 * var(–gap-body-top));
left: calc(-1 * var(–gap-body-left));
right: calc(-1 * var(–gap-body-right));
bottom: calc(-1 * var(–gap-body-bottom));
pointer-events: none;
} -
@dlee my guess is to make sure to cover the entire screen, and not leave any edge.