diff --git a/webroot/styles/layout.css b/webroot/styles/layout.css index 379c3c46f..b8a5dadb4 100644 --- a/webroot/styles/layout.css +++ b/webroot/styles/layout.css @@ -323,9 +323,11 @@ h2 { #video { transition: opacity .5s; opacity: 0; + pointer-events: none; } .online #video { opacity: 1; + pointer-events: auto; }