gh-13947: Fixed loading bar appearing on dom fullscreen (gh-13954)

This commit is contained in:
mr. m
2026-05-30 11:55:36 +02:00
committed by GitHub
parent d76fa13edd
commit 7aa0ca05ec

View File

@@ -786,4 +786,8 @@
@media not -moz-pref("zen.view.enable-loading-indicator") {
display: none;
}
:root[inDOMFullscreen="true"] & {
display: none;
}
}