Skip to content

Commit

Permalink
Popover docs styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tcbegley committed Apr 14, 2024
1 parent 4e294c1 commit 07c0e30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/components_page/components/popover/styling.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
target="hide-arrow-target",
trigger="legacy",
hide_arrow=True,
body=True,
),
dbc.Button(
"Offset Popover",
Expand All @@ -26,6 +27,7 @@
trigger="legacy",
hide_arrow=True,
offset="50,20",
body=True,
),
]
)

0 comments on commit 07c0e30

Please sign in to comment.