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
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
The position should always be specified by horizontal and vertical align properties when dynamicAlign is false.
Expected outcome
If the aligns are set to bottom, left then the overlay should always be at the bottom left position. If there is not enough room it should disappear.
Actual outcome
If noOverlap = true, dynamicAlign=false and the aligns are set to bottom left, and there is not enough room, it tries to put it at the left side on the bottom.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
The position should always be specified by horizontal and vertical align properties when dynamicAlign is false.
Expected outcome
If the aligns are set to bottom, left then the overlay should always be at the bottom left position. If there is not enough room it should disappear.
Actual outcome
If noOverlap = true, dynamicAlign=false and the aligns are set to bottom left, and there is not enough room, it tries to put it at the left side on the bottom.
The text was updated successfully, but these errors were encountered: