You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement keystatic in next js. but what happened was that the parent element (body tag element) became overflow hidden when I inspected the element, so it couldn't be scrolled
when without providing a conditional pathname.startsWith("/keystatic") :
when giving conditionals pathname.startsWith("/keystatic") :
Previously the keystatic configuration was successful, It's only problematic when it's on another route, there's an overflow: hidden problem, for the '/keystatic' route it's not a problem :
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to implement keystatic in next js. but what happened was that the parent element (body tag element) became overflow hidden when I inspected the element, so it couldn't be scrolled
when without providing a conditional
pathname.startsWith("/keystatic")
:when giving conditionals
pathname.startsWith("/keystatic")
:Previously the keystatic configuration was successful, It's only problematic when it's on another route, there's an overflow: hidden problem, for the '/keystatic' route it's not a problem :
Beta Was this translation helpful? Give feedback.
All reactions