mirror of
https://github.com/logseq/logseq.git
synced 2026-05-29 23:19:38 +00:00
fix: action sheet height
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user