a tool for shared writing and social publishing
0
fork

Configure Feed

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

hide scrollbars on firefox

+3
+3
app/globals.css
··· 131 131 .no-scrollbar::-webkit-scrollbar { 132 132 display: none; 133 133 } 134 + .no-scrollbar { 135 + scrollbar-width: none; 136 + } 134 137 135 138 input::-webkit-outer-spin-button, 136 139 input::-webkit-inner-spin-button {