Read the statement by Michael Teeuw here.
regions...
-
Any chance you ever try this?
-
Is there a way to “hover” modules over eachother. For instance if I use Lucy to “SHOW” a module, I want it to float above all other modules. Currently, it pushes modules down.
-
@justjim1220 no, sorry
-
You could always modify Lucy to HIDE specific (or all) modules when you SHOW specific modules OR create pages for sets of modules so that none ever occupy the same region at the same time OR single module pages.
-
@isaac2004 IIRC there is a region for fullscreen above that allows you to put modules on top of everything else. Maybe it won’t solve all your wishes, but worth looking in to.
-
There is a chance that MMM-Modal might be of help to you on this…
-
@retroflex fullscreen_above does not cover the whole screen sadly
-
@isaac2004 I had to add
this.wrapper.style.border = "none"; this.wrapper.style.margin = "0px";
when I used the fullscreen.above style for my module
-
@retroflex Also some modules don’t listen to fullscreen, if the DOM gets updated, it paints over any fullscreen region