From 38b08cd756f708511cac3f135491b696ed443322 Mon Sep 17 00:00:00 2001 From: ivanminutillo Date: Sun, 22 May 2022 12:29:11 +0200 Subject: [PATCH] deps --- assets/css/app.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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