Fix stray floater in mobile
Oddly, it only appears in Channel Page, not the Home Page. Should be the same thing...
This commit is contained in:
parent
a2f15b8348
commit
4ea6b848d1
1 changed files with 5 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue