File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/algora_web/components/ui Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ defmodule AlgoraWeb.Components.UI.Drawer do
32
32
< div
33
33
class = {
34
34
classes ( [
35
- "fixed inset-0 z-50 bg-black/90 transition-all duration-300" ,
35
+ "fixed inset-0 z-10 bg-black/90 transition-all duration-300" ,
36
36
"#{ if @ show , do: "opacity-100" , else: "pointer-events-none opacity-0" } "
37
37
] )
38
38
}
@@ -42,7 +42,7 @@ defmodule AlgoraWeb.Components.UI.Drawer do
42
42
< div
43
43
class = {
44
44
classes ( [
45
- "fixed z-50 transform border bg-background transition-transform duration-300 ease-in-out" ,
45
+ "fixed z-10 transform border bg-background transition-transform duration-300 ease-in-out" ,
46
46
case @ direction do
47
47
"bottom" -> "inset-x-0 bottom-0 rounded-t-xl"
48
48
"right" -> "inset-y-0 right-0 h-full max-w-lg w-full"
@@ -60,7 +60,7 @@ defmodule AlgoraWeb.Components.UI.Drawer do
60
60
< button
61
61
phx-click = { @ on_cancel }
62
62
type = "button "
63
- class = "absolute top-4 right-4 z-50 flex h-10 w-10 items-center justify-center text-muted-foreground hover:text-foreground "
63
+ class = "absolute top-4 right-4 z-10 flex h-10 w-10 items-center justify-center text-muted-foreground hover:text-foreground "
64
64
>
65
65
< AlgoraWeb.CoreComponents . icon name = "tabler-x " class = "h-5 w-5 " />
66
66
</ button >
You can’t perform that action at this time.
0 commit comments