From 04be3595e7bbe4a1ae846e0d1547a361f77eb167 Mon Sep 17 00:00:00 2001 From: kKaskak <117831817+kKaskak@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:08:09 +0200 Subject: [PATCH] Update styles.less --- src/App/styles.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App/styles.less b/src/App/styles.less index 4493c3c9d..a2581a88f 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -184,6 +184,10 @@ html { .toasts-container { padding: 0 1rem; } + + .tooltip-container { + display: none; + } } } }