morningman opened a new pull request, #3694: URL: https://github.com/apache/doris-website/pull/3694
The Kapa modal centered via injected shadow-DOM CSS had `align-items: center` with zero vertical padding, so tall content overflowed the viewport with no way to scroll. Add 2rem top/bottom padding, cap `.mantine-Modal-content` at `calc(100vh - 4rem)`, and move scrolling to `.mantine-Modal-body` (flex + overflow-y: auto). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
