From 779d180af6ceee6340732491ce2dc8987141e9eb Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:09:02 -0600 Subject: [PATCH] fix: remove extra height of scrollable anchors (#57899) --- client/src/templates/Introduction/intro.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/templates/Introduction/intro.css b/client/src/templates/Introduction/intro.css index 576404fd610..02ff72241c2 100644 --- a/client/src/templates/Introduction/intro.css +++ b/client/src/templates/Introduction/intro.css @@ -12,7 +12,7 @@ } .hide-scrollable-anchor { - display: inline-block; + display: block; max-height: 0px; }