mirror of
https://github.com/logseq/logseq.git
synced 2026-05-29 23:19:38 +00:00
fix: notification wrapper blocks user from interacting with the main area
This commit is contained in:
@@ -169,8 +169,7 @@
|
||||
{:style {:z-index (if (or (= state "exiting")
|
||||
(= state "exited"))
|
||||
-1
|
||||
99)
|
||||
:top "3.2em"}}
|
||||
99)}}
|
||||
[:div.max-w-sm.w-full.shadow-lg.rounded-lg.pointer-events-auto.notification-area
|
||||
{:class (case state
|
||||
"entering" "transition ease-out duration-300 transform opacity-0 translate-y-2 sm:translate-x-0"
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
z-index: 99;
|
||||
width: 100%;
|
||||
top: 3.2em;
|
||||
pointer-events: none;
|
||||
|
||||
&-content {
|
||||
@apply inset-0 flex items-end justify-center px-4 py-3
|
||||
|
||||
Reference in New Issue
Block a user