Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

fix: make DesktopLeftNav not overflow screen (#762)

* fix: make DesktopLeftNav not overflow screen

* scroll: auto

authored by

LW and committed by
GitHub
7d741094 3cb8169a

+2
+2
src/view/shell/desktop/LeftNav.tsx
··· 274 274 top: 10, 275 275 right: 'calc(50vw + 312px)', 276 276 width: 220, 277 + maxHeight: 'calc(100vh - 10px)', 278 + overflowY: 'auto', 277 279 }, 278 280 279 281 profileCard: {