This commit is contained in:
ivanminutillo 2022-05-22 12:29:11 +02:00
parent ea468a27b8
commit 38b08cd756

View file

@ -489,7 +489,7 @@ emoji-picker {
}
.ql-editor {
@apply h-full min-h-full min-h-[100px] max-h-[150px];
@apply h-full min-h-full min-h-[100px];
overflow-x: hidden;
}
@ -551,5 +551,7 @@ emoji-picker {
}
.smart-bg-white-blurred:before {
content: "";
@apply absolute left-0 right-0 top-0 bottom-0 bg-slate-50 backdrop-blur flex-none transition-colors duration-500 ;
}