mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
fix: Remove backdrop-blur from Modal (#10709)
Remove backdrop-blur-[100px] from Modal as it was causing issues with old design pages.
This commit is contained in:
@@ -75,7 +75,7 @@ onMounted(() => {
|
|||||||
@mousedown="handleMouseDown"
|
@mousedown="handleMouseDown"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="relative max-h-full overflow-auto bg-n-alpha-3 backdrop-blur-[100px] shadow-md modal-container rtl:text-right skip-context-menu"
|
class="relative max-h-full overflow-auto bg-n-alpha-3 shadow-md modal-container rtl:text-right skip-context-menu"
|
||||||
:class="{
|
:class="{
|
||||||
'rounded-xl w-[37.5rem]': !fullWidth,
|
'rounded-xl w-[37.5rem]': !fullWidth,
|
||||||
'items-center rounded-none flex h-full justify-center w-full':
|
'items-center rounded-none flex h-full justify-center w-full':
|
||||||
|
|||||||
Reference in New Issue
Block a user