Fix: message tool button cannot click on grid mode (#8123)

* Enable pointer events for grid popover message

* Enable pointer events for grid popover message
This commit is contained in:
EastlingWoo 2025-07-14 15:15:02 +08:00 committed by GitHub
parent ea7e07034a
commit 706f8e1482
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -358,6 +358,7 @@ const MessageWrapper = styled.div<MessageWrapperProps>`
cursor: default;
.message-content-container {
padding-left: 0;
pointer-events: auto;
}
.MessageFooter {
margin-left: 0;