fix(popover): callouts

If within callout we have a links/footnotes, the popover content will be hidden
This commit is contained in:
Aaron Pham 2024-09-25 18:36:15 -04:00 committed by GitHub
parent 5eec1e98e6
commit 94f3c48ad5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,6 @@
background-color: var(--bg);
border-radius: 5px;
padding: 0 1rem;
overflow-y: hidden;
transition: max-height 0.3s ease;
box-sizing: border-box;