diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 5a01ac84..d58bf782 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -2605,6 +2605,11 @@ html.y #bbox-overlay figcaption a { top: -3.5em; pointer-events: none; } +@-moz-document url-prefix() { + #bbox-overlay.immersive #bbox-btns { + top: 0; + } +} #bbox-overlay .btn { cursor: pointer; padding: 0 .4em;