diff --git a/static/styles/app_components.css b/static/styles/app_components.css index aa82e72f7c..32ce601d1c 100644 --- a/static/styles/app_components.css +++ b/static/styles/app_components.css @@ -605,7 +605,7 @@ div.overlay { } .only-visible-for-spectators { - display: unset; + display: inherit; } }