mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Segregate script canvas context
This commit is contained in:
@@ -1120,10 +1120,22 @@ button:disabled:hover {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#broadcast-script-canvas {
|
||||
.broadcast-script-layer {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
pointer-events: none;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.broadcast-script-layer canvas {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.broadcast-body {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user