feat: allow clicking through the sticky bottom component
This commit is contained in:
@@ -4,7 +4,7 @@ use dioxus::prelude::*;
|
||||
pub(crate) fn StickyBottom(children: Element) -> Element {
|
||||
rsx! {
|
||||
div {
|
||||
class: "fixed bottom-0 left-0 right-0 flex flex-col",
|
||||
class: "fixed bottom-0 left-0 right-0 flex flex-col pointer-events-none",
|
||||
{children}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user