From 8b44fb509ffc806692f162e64ff83ff19c9161d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rio?= Date: Wed, 11 Mar 2026 15:02:48 +0000 Subject: [PATCH] fix(spinner): avoid spinner adding scroll due animation types (#31008) Issue number: resolves # --------- ## What is the current behavior? Now due to spinner elements animations (scale and transforms) when inside a certain contexts such as `ion-col` **spinner** is forcing those elements to have a scroll. ## What is the new behavior? Now there is no scroll due the mentioned above. ## Does this introduce a breaking change? - [ ] Yes - [X] No ## Other information --- core/src/components/spinner/spinner.common.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/components/spinner/spinner.common.scss b/core/src/components/spinner/spinner.common.scss index 2f1cb572c3..cd0c5045da 100644 --- a/core/src/components/spinner/spinner.common.scss +++ b/core/src/components/spinner/spinner.common.scss @@ -18,6 +18,8 @@ color: var(--color); + overflow: hidden; + user-select: none; }