Skip to content

Commit 68d0a93

Browse files
committed
Update dropMenu scrollbar settings
1 parent e67f7b5 commit 68d0a93

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

R/mod_edish.R

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,11 @@ edish_UI <- function(module_id,
160160
max = 100,
161161
step = 1
162162
),
163-
options = shinyWidgets::dropMenuOptions(boundary = "scrollParent"),
163+
options = shinyWidgets::dropMenuOptions(
164+
boundary = "window",
165+
placement = "bottom-start",
166+
offset = "4, 0"
167+
),
164168
style = "max-height: 85vh; overflow-y: auto; overflow-x: hidden; padding: 10px;"
165169
)
166170

0 commit comments

Comments
 (0)