From b883db694538a74efbbf0815904d8942e55bc0e1 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Thu, 26 Jun 2025 10:27:40 +0330 Subject: [PATCH] fix design bug editor --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index 7801708..512fd2a 100644 --- a/src/index.css +++ b/src/index.css @@ -243,3 +243,7 @@ textarea::placeholder { .animate-fadeInDown { animation: fadeInDown 0.3s ease-out; } + +.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg { + display: none; +}