We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e67f7b5 commit 68d0a93Copy full SHA for 68d0a93
1 file changed
R/mod_edish.R
@@ -160,7 +160,11 @@ edish_UI <- function(module_id,
160
max = 100,
161
step = 1
162
),
163
- options = shinyWidgets::dropMenuOptions(boundary = "scrollParent"),
+ options = shinyWidgets::dropMenuOptions(
164
+ boundary = "window",
165
+ placement = "bottom-start",
166
+ offset = "4, 0"
167
+ ),
168
style = "max-height: 85vh; overflow-y: auto; overflow-x: hidden; padding: 10px;"
169
)
170
0 commit comments