mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Start custom script assets
This commit is contained in:
@@ -1163,9 +1163,20 @@ button:disabled:hover {
|
||||
}
|
||||
|
||||
.broadcast-body canvas {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#broadcast-canvas {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#broadcast-script-canvas {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.broadcast-body {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user