this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix active filter scrolling to wrong position on larger viewport

+7 -1
+7 -1
src/pages/account-statuses.jsx
··· 276 276 return ( 277 277 <> 278 278 {accountInfoMemo} 279 - <div class="filter-bar" ref={filterBarRef}> 279 + <div 280 + class="filter-bar" 281 + ref={filterBarRef} 282 + style={{ 283 + position: 'relative', 284 + }} 285 + > 280 286 {filtered ? ( 281 287 <Link 282 288 to={`/${instance}/a/${id}`}