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
+1 -1
View File
@@ -12,7 +12,7 @@
}
.hide-scrollable-anchor {
display: inline-block;
display: block;
max-height: 0px;
}