mirror of
https://github.com/zen-browser/desktop.git
synced 2026-06-13 15:03:41 +00:00
gh-13947: Fixed loading bar appearing on dom fullscreen (gh-13954)
This commit is contained in:
@@ -786,4 +786,8 @@
|
||||
@media not -moz-pref("zen.view.enable-loading-indicator") {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:root[inDOMFullscreen="true"] & {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user