mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 11:57:34 -07:00
Remove problematic line causing avatar positions to break (#9123)
This commit is contained in:
commit
d6e36537f8
1 changed files with 3 additions and 1 deletions
|
@ -432,7 +432,9 @@ function readPromo() {
|
|||
width: 58px;
|
||||
height: 58px;
|
||||
position: sticky;
|
||||
top: var(--stickyTop, 0px);
|
||||
/* For some reason this breaks avatar
|
||||
positions on notes, commenting it for now */
|
||||
/* top: var(--stickyTop, 0px); */
|
||||
left: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue