Something went wrong. Try again.
Bluesky app fork with some witchin' additions 馃挮 forked from jollywhoppers.com/witchsky.app
Something went wrong. Try again.
181 B 路 6 lines
TypeScript
1234567import React from 'react'
export const ScrollbarOffsetContext = React.createContext({ isWithinOffsetView: false,})ScrollbarOffsetContext.displayName = 'ScrollbarOffsetContext'