From ccf1c47cde74c99416af1ef7f0d120902f9f0cab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sun, 17 Nov 2024 15:44:44 +0100 Subject: [PATCH] pl-fe: restore actually used style --- packages/pl-fe/src/styles/loading.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/pl-fe/src/styles/loading.scss b/packages/pl-fe/src/styles/loading.scss index 071a54cb1..16d68a851 100644 --- a/packages/pl-fe/src/styles/loading.scss +++ b/packages/pl-fe/src/styles/loading.scss @@ -47,3 +47,8 @@ @apply w-12 h-12 border-0 opacity-0 bg-transparent; } } + +.ptr, +.ptr__children { + @apply overflow-visible #{!important}; +}