fix: remove extra height of scrollable anchors (#57899)

This commit is contained in:
Tom 2025-01-06 17:09:02 -06:00 committed by GitHub
parent bedf042e86
commit 779d180af6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
}
.hide-scrollable-anchor {
display: inline-block;
display: block;
max-height: 0px;
}