From f1abaebd28837e4314b1bf0541ec864ec85901c0 Mon Sep 17 00:00:00 2001 From: Giuseppe Del Campo Date: Thu, 29 Aug 2024 14:52:19 +0200 Subject: [PATCH] Fix: CLS on homepage caused by chip height on loading state --- styles/index.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/styles/index.scss b/styles/index.scss index e72f3ec3..c7143d97 100644 --- a/styles/index.scss +++ b/styles/index.scss @@ -324,10 +324,6 @@ svg { } } -.ms-Pivot-overflowMenuButton { - top: -16px; // Fix issue on Fluent UI pivot component with hrefs -} - /* Fix SearchBox visualization for small height displays */ @media only screen and (max-height: 900px) { #SuggestionContainer .ms-Callout-main { @@ -463,3 +459,7 @@ footer .ms-Label { transparent 60%, transparent 100%); } + +.marquee span { + display: flex; +} \ No newline at end of file