diff --git a/ui/scss/component/_ads.scss b/ui/scss/component/_ads.scss index 9ef150131..9032d6f5e 100644 --- a/ui/scss/component/_ads.scss +++ b/ui/scss/component/_ads.scss @@ -17,7 +17,7 @@ .avp-p-wrapper { // Hide by default, so that any stray floater won't be visible. - // We'll enable it only within our designated container. + // We'll enable it only within our designated container (see below). display: none; } @@ -71,6 +71,10 @@ display: block; } + .avp-p-wrapper.av-floating { + display: none; + } + #aniBox, #av-container { border-radius: var(--border-radius);