Skip to content

Commit aefe95c

Browse files
committed
Chat should fill the sidebar
1 parent 0313ab8 commit aefe95c

File tree

1 file changed

+1
-1
lines changed
  • shiny/templates/chat/starters/sidebar-dark

1 file changed

+1
-1
lines changed

shiny/templates/chat/starters/sidebar-dark/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# An empty, closed, sidebar
1919
with ui.sidebar(width=300, style="height:100%", position="right"):
2020
chat = ui.Chat(id="chat", messages=["Welcome to the dark side!"])
21-
chat.ui()
21+
chat.ui(height="100%")
2222

2323

2424
# Define a callback to run when the user submits a message

0 commit comments

Comments
 (0)