issues
search
api3dao
/
api3-dao-dashboard
API3 DAO dashboard
api3.eth/
14
stars
10
forks
source link
DAO-224 Improve page transition scrolling for mobile
#357
Closed
mcoetzee
closed
1 year ago
mcoetzee
commented
2 years ago
What does this change?
adds a scroll to top effect when moving between the New Claim steps
adds a scroll to top effect for the Policy Select page
uses the
useLayoutEffect()
hook to trigger the scroll (to avoid occasional flicker of "unscrolled" content)
linear[bot]
commented
2 years ago
DAO-224 Page navigation scrolling for mobile
What does this change?
useLayoutEffect()
hook to trigger the scroll (to avoid occasional flicker of "unscrolled" content)