Re: LMS webUI: create overlay across width of *entire* page?
cpd73 <cpd73.a4xzxc-NUepA2SMhDQqspMVqqL2D+4xXEVPTSb/[email protected]>
| Newsgroups | gmane.music.equipment.slimdevices.devel |
|---|---|
| Organization | Logitech Squeezebox Forums |
| Message-ID | <[email protected]> |
afriend wrote:
> The content of the overlay is basically a div that goes from width 0 to
> 100% onclick with an elevated z-index confined to the leftContent iframe
> so far.
Have you tried "width:100vw" ?? Failing that you could position the DIV
as fixed - e.g.
Code:
--------------------
.fixed-div {
position:fixed;
top:0px;
left:0px;
height:100vh;
width:100vw;
z-index:2;
}
--------------------
*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.
------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=114857