From 7f074390af2eea1181dbf843879abc51d7de89bd Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 15 Oct 2025 23:05:27 +0300 Subject: [PATCH] fix(collection/presentation): math breaking transitions --- apps/client/src/widgets/collections/presentation/slidejs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/collections/presentation/slidejs.css b/apps/client/src/widgets/collections/presentation/slidejs.css index 25363245c..bf798c186 100644 --- a/apps/client/src/widgets/collections/presentation/slidejs.css +++ b/apps/client/src/widgets/collections/presentation/slidejs.css @@ -3,6 +3,6 @@ figure img { height: auto !important; } -[aria-hidden=true] { +span.katex-html { display: none !important; } \ No newline at end of file