fix: prevent DocSearch SVG clipping in WebKit (#5240)

pull/5241/head
T 4 weeks ago committed by GitHub
parent eef57427f4
commit a357e5ef67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -41,6 +41,10 @@
--docsearch-modal-shadow: none;
}
:is(.DocSearch-Container, .DocSearch-Sidepanel) svg {
overflow: visible;
}
.DocSearch-AskAiScreen-RelatedSources-Item-Link {
padding: 8px 12px 8px 10px;
}

Loading…
Cancel
Save