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
The size (height) of the micro modal should be dependent on the content inside the modal, meaning that instead of .ts-modal.ts-micro {height: calc(100% - (20px * 5 * 2));} we should have .ts-modal.ts-micro {max-height: calc(100% - (20px * 5 * 2)); height: auto;} and set the default height to auto.
Also, no matter what the height is, the modal should be positioned screen center (vertically and horizontally).
The text was updated successfully, but these errors were encountered:
The size (height) of the micro modal should be dependent on the content inside the modal, meaning that instead of .ts-modal.ts-micro {height: calc(100% - (20px * 5 * 2));} we should have .ts-modal.ts-micro {max-height: calc(100% - (20px * 5 * 2)); height: auto;} and set the default height to auto.
Also, no matter what the height is, the modal should be positioned screen center (vertically and horizontally).
The text was updated successfully, but these errors were encountered: