this repo has no description
3
fork

Configure Feed

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

feat: make the graph container sticky

+3
+3
public/index.html
··· 121 121 .main-container { 122 122 display: flex; 123 123 gap: 2rem; 124 + position: relative; 124 125 } 125 126 126 127 .story-list { ··· 141 142 border: 1px solid rgba(59, 130, 246, 0.1); 142 143 transition: all 0.3s ease; 143 144 max-width: 600px; 145 + position: sticky; 146 + top: 0.5rem; 144 147 } 145 148 146 149 .graph-container:hover {