seprator and ...

This commit is contained in:
hamid zarghami
2025-03-09 15:16:48 +03:30
parent 2308668a75
commit 647121aab4
5 changed files with 20 additions and 3 deletions
+11
View File
@@ -160,3 +160,14 @@ tbody tr {
*::-webkit-scrollbar {
display: none;
}
.ql-container {
min-height: 200px !important; /* حداقل ارتفاع برای نمایش کامل ادیتور */
max-height: 500px; /* حداکثر ارتفاع */
overflow-y: auto; /* فعال کردن اسکرول در صورت نیاز */
}
.ql-toolbar {
position: relative !important; /* حل مشکل نمایش نوار ابزار */
z-index: 10;
}