diff --git a/assets/css/app.scss b/assets/css/app.scss index 383d46902c..c8af513563 100755 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -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 ; +} \ No newline at end of file