Skip to content

Commit 779d180

Browse files
authored
fix: remove extra height of scrollable anchors (freeCodeCamp#57899)
1 parent bedf042 commit 779d180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/templates/Introduction/intro.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313

1414
.hide-scrollable-anchor {
15-
display: inline-block;
15+
display: block;
1616
max-height: 0px;
1717
}
1818

0 commit comments

Comments
 (0)