• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

CalendarExt2 - How to scroll daily view

Scheduled Pinned Locked Moved Unsolved Troubleshooting
2 Posts 1 Posters 163 Views 1 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    nard
    last edited by Mar 1, 2024, 9:04 PM

    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

    N 1 Reply Last reply Mar 1, 2024, 9:30 PM Reply Quote 0
    • N Offline
      nard @nard
      last edited by Mar 1, 2024, 9:30 PM

      This css solved my problem:

      .region.top.right .module-content{
        overflow-y:scroll;
        scrollbar-width: none;
        height:1000px;
      }
      
      1 Reply Last reply Reply Quote 1
      • 1 / 1
      1 / 1
      • First post
        2/2
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy