MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. nard
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    nard

    @nard

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

    nard Unfollow Follow

    Best posts made by nard

    • RE: CalendarExt2 - How to scroll daily view

      This css solved my problem:

      .region.top.right .module-content{
        overflow-y:scroll;
        scrollbar-width: none;
        height:1000px;
      }
      
      posted in Troubleshooting
      N
      nard

    Latest posts made by nard

    • RE: CalendarExt2 - How to scroll daily view

      This css solved my problem:

      .region.top.right .module-content{
        overflow-y:scroll;
        scrollbar-width: none;
        height:1000px;
      }
      
      posted in Troubleshooting
      N
      nard
    • CalendarExt2 - How to scroll daily view

      Hi, I am almost finished with my dashboard on a touch tablet, using CalendarExt2 in a daily view. However, I would like to be able to scroll the calendar. Is this possible, and if so, how?

      screenshot hosted at https://ibb.co/yB3zCM0

      posted in Troubleshooting
      N
      nard