Open maiertech opened 1 week ago
Fix a number of scrolling issues.
On small screens the BottomNavBar covers the bottom part of the content when scrolling all the way down:
BottomNavBar
Affected routes:
/me/settings
/me/settings/about
/me/settings/app
/me/settings/app/did
/me/settings/app/keys
/me/settings/app/language
/me/settings/app/theme
/me/settings/app/trust-list
/me/settings/profile
/prompt/accept-connection
/prompt/credential-offer
/prompt/share-credentials
Scrolling fixes broke z-index of dev menu:
And they also broke the empty /me route:
/me
Description
Fix a number of scrolling issues.
Settings
On small screens the
BottomNavBar
covers the bottom part of the content when scrolling all the way down:Affected routes:
/me/settings
/me/settings/about
/me/settings/app
/me/settings/app/did
/me/settings/app/keys
/me/settings/app/language
/me/settings/app/theme
/me/settings/app/trust-list
/me/settings/profile
Prompts
/prompt/accept-connection
/prompt/credential-offer
/prompt/share-credentials