From e757c083166b8a32e212b2e46e21af3c1dcd779a Mon Sep 17 00:00:00 2001 From: Sergiu Waxmann <47978446+sergiuwaxmann@users.noreply.github.com> Date: Fri, 26 Apr 2024 22:55:02 +0300 Subject: [PATCH] Fix banner overflow (#10355) --- docs/overrides/stylesheets/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/overrides/stylesheets/style.css b/docs/overrides/stylesheets/style.css index 580d1bb9..b0c43e71 100644 --- a/docs/overrides/stylesheets/style.css +++ b/docs/overrides/stylesheets/style.css @@ -67,6 +67,8 @@ div.highlight { align-items: center; height: 64px; + + overflow: hidden; } .banner-content {