agtseito
agtseito
> Hi everyone, we have a guide here on how to set up the auth context in your edge function correctly: https://supabase.com/docs/guides/functions/auth#auth-context > > @Qw4z1 are you still facing this...
> @agtseito have you figured out how to include scrollable content with snapPoints as well as modal being false. > > I have these in my drawer.root props > >...
I found a workaround/solution by using [react-remove-scroll](https://github.com/theKashey/react-remove-scroll) Simply just wrap your overflow content with the RemoveScroll component: ``` import { RemoveScroll } from 'react-remove-scroll' {/* this replaces the outer div...