source for getorbyt.com getorbyt.com/
client bsky orbytapp app orbyt bluesky getorbyt orbytvideo atproto video
0
fork

Configure Feed

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

style: add scrollbar-gutter property for improved layout stability

- Introduce scrollbar-gutter property to the body element to enhance layout stability and prevent content shifting during scrolling.

+1
+1
public/css/site-document.css
··· 21 21 min-height: 100dvh; 22 22 color: var(--orbyt-white); 23 23 position: relative; 24 + scrollbar-gutter: stable both-edges; 24 25 overflow-x: hidden; 25 26 overflow-y: auto; 26 27 }