MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Make a module or region stay on top

    Custom CSS
    3
    5
    264
    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.
    • C
      charliehoward last edited by

      Is there a way to make a certain module or region be on top of other modules if there’s overlap? Specifically want my clock to overlay another module but by default it’s putting the clock under it.

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @charliehoward last edited by

        @charliehoward you could try in custom.css

        .modulename {
           z-index: 1;
        }
        

        and increase the number if need be. that will move the module content closer to you as the user,
        negative number is farther away

        Sam

        Create a working config
        How to add modules

        C 1 Reply Last reply Reply Quote 0
        • C
          charliehoward @sdetweil last edited by

          @sdetweil I’ve tried that both the .region and the .modulenames but it isn’t working

          S 1 Reply Last reply Reply Quote 0
          • S
            sdetweil @charliehoward last edited by

            @charliehoward only thing I can suggest is to use the developers window and change the settings there til it works then save that to custom.css…

            Sam

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • F
              Fabaude last edited by

              Hello,
              maybe a mistake that I will write but have you tried to place the module (top) before the other module (bottom) in Config.js?
              The 2 being on the same “position”!

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy