morningman opened a new pull request, #3702:
URL: https://github.com/apache/doris-website/pull/3702

   After the first question the Kapa widget flips its Mantine modal to 
`keepMounted: true`, and Mantine then hides a closed keep-mounted modal by 
writing `style="display: none"` inline on the content section. Our 
`.mantine-Modal-content { display: flex !important; flex-direction: column 
!important }` overrides won that cascade and pinned the modal visible even 
after onClose fired. From there every subsequent X / Esc / overlay click hit 
`useDisclosure.close()` with state already `false` and silently became a no-op. 
Drop those two declarations — Kapa already sets `display: flex; flex-direction: 
column` inline via Mantine `sx`, so the flex layout still applies and Mantine 
transition can now hide the modal correctly.
   


-- 
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]

Reply via email to