diff --git a/src/zen/common/styles/zen-single-components.css b/src/zen/common/styles/zen-single-components.css index 2544b8b11..d34677a83 100644 --- a/src/zen/common/styles/zen-single-components.css +++ b/src/zen/common/styles/zen-single-components.css @@ -786,4 +786,8 @@ @media not -moz-pref("zen.view.enable-loading-indicator") { display: none; } + + :root[inDOMFullscreen="true"] & { + display: none; + } }