MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. dlee
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    dlee

    @dlee

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    dlee Unfollow Follow

    Latest posts made by dlee

    • 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;
      }

      posted in Custom CSS
      D
      dlee