fix: action sheet height

This commit is contained in:
Tienson Qin
2025-09-05 18:11:59 +08:00
parent 687d3e8ca1
commit 3b7be47bec

View File

@@ -106,8 +106,12 @@
(silkhq/scroll-view
{:class "app-silk-scroll-view overflow-y-scroll"
:scrollGestureTrap {:yEnd true}
:style {:min-height (if (number? default-height)
:style {:min-height (cond
(false? default-height)
nil
(number? default-height)
default-height
:else
400)
:max-height "80vh"}}
(silkhq/scroll-content