diff --git a/web/chat/message-tooltip.css b/web/chat/message-tooltip.css --- a/web/chat/message-tooltip.css +++ b/web/chat/message-tooltip.css @@ -16,7 +16,6 @@ background-color: var(--message-action-tooltip-bg); border-radius: 8px; width: fit-content; - box-shadow: var(--message-action-tooltip-bg) 0 2px 8px; } div.messageActionButtons { @@ -50,7 +49,6 @@ border-radius: 8px; overflow: auto; white-space: nowrap; - box-shadow: var(--message-action-tooltip-bg) 0 2px 8px; } div.leftTooltipAlign {