Skip to content

Commit 6a35c1b

Browse files
authored
Popover docs styling fixes (#1012)
1 parent 4e294c1 commit 6a35c1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/components_page/components/popover/styling.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
target="hide-arrow-target",
1515
trigger="legacy",
1616
hide_arrow=True,
17+
body=True,
1718
),
1819
dbc.Button(
1920
"Offset Popover",
@@ -26,6 +27,7 @@
2627
trigger="legacy",
2728
hide_arrow=True,
2829
offset="50,20",
30+
body=True,
2931
),
3032
]
3133
)

0 commit comments

Comments
 (0)