fix: prevent jump when new posts button appears
This commit is contained in:
parent
88f435015d
commit
f0ebd73a11
1 changed files with 1 additions and 0 deletions
|
@ -351,6 +351,7 @@ onMounted(() => {
|
||||||
width: 600px;
|
width: 600px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
margin-top: -60px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
z-index: 90000;
|
z-index: 90000;
|
||||||
|
|
Loading…
Reference in a new issue