From 323d10073b1c0fb54dcbb5bc50f01d2fa74428d5 Mon Sep 17 00:00:00 2001 From: Vicki League Date: Wed, 26 Nov 2025 12:26:45 -0500 Subject: [PATCH] [CL-923] Try silencing flaky chromatic tests from dialog border (#17497) --- .../src/dialog/dialog/dialog.component.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libs/components/src/dialog/dialog/dialog.component.html b/libs/components/src/dialog/dialog/dialog.component.html index 83cfa21ed21..c077dc2ceb8 100644 --- a/libs/components/src/dialog/dialog/dialog.component.html +++ b/libs/components/src/dialog/dialog/dialog.component.html @@ -75,13 +75,19 @@ @let isScrollable = isScrollable$ | async; @let showFooterBorder = (!bodyHasScrolledFrom().top && isScrollable) || bodyHasScrolledFrom().bottom; +