1
0
Fork 0

Fix active filter scrolling to wrong position on larger viewport

This commit is contained in:
Lim Chee Aun 2023-11-01 22:56:30 +08:00
parent ff7db6212d
commit d35d0cbe18

View file

@ -276,7 +276,13 @@ function AccountStatuses() {
return (
<>
{accountInfoMemo}
<div class="filter-bar" ref={filterBarRef}>
<div
class="filter-bar"
ref={filterBarRef}
style={{
position: 'relative',
}}
>
{filtered ? (
<Link
to={`/${instance}/a/${id}`}