From 2fc245f87123333f502a71d25b7e74b212bf0be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sun, 5 May 2024 12:05:25 +0200 Subject: [PATCH] Add missing style back MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- src/styles/loading.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/loading.scss b/src/styles/loading.scss index b306ed128..988034b0f 100644 --- a/src/styles/loading.scss +++ b/src/styles/loading.scss @@ -89,3 +89,8 @@ transform-origin: center center; animation: heartbeat 1.5s ease-in-out infinite both; } + +.ptr, +.ptr__children { + @apply overflow-visible #{!important}; +}