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
On small screens, the policy privacy gets too long to fully display, and there is no scroll bar so you cannot access the Analytics Opt Out / Opt In button at all.
If you try to scroll, the app in the background behind the policy scrolls, but not the policy itself.
The text was updated successfully, but these errors were encountered:
With a maxHeight of 95vh, we now automatically get a scroll bar if
needed, and the Opt out of/in to analytics button is always visible.
Also up the width from 50vw to 60vw, which again is nicer on screens
smaller than large monitors.
Fixes#352
* fix: make the privacy dialogue fully visible on smaller screens
With a maxHeight of 95vh, we now automatically get a scroll bar if
needed, and the Opt out of/in to analytics button is always visible.
Also up the width from 50vw to 60vw, which again is nicer on screens
smaller than large monitors.
Fixes#352
* chore: update translation IDs due to minor reformatting
* fix: add a 1em marging above the opt in button for better appearance
Based on Del's PR review comments
On small screens, the policy privacy gets too long to fully display, and there is no scroll bar so you cannot access the Analytics Opt Out / Opt In button at all.
If you try to scroll, the app in the background behind the policy scrolls, but not the policy itself.
The text was updated successfully, but these errors were encountered: