We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c89d0a commit 7a1a58aCopy full SHA for 7a1a58a
streamlit_scroll_navigation/__init__.py
@@ -79,7 +79,7 @@ def scroll_navbar(
79
key: str = 'scroll_navbar_default',
80
anchor_icons: Collection[str] = None,
81
anchor_labels: Collection[str] = None,
82
- force_anchor: ForceAnchor | None = None,
+ force_anchor: ForceAnchor = None,
83
orientation: Literal['vertical', 'horizontal'] = 'vertical',
84
override_styles: Dict[str, str] = {},
85
auto_update_anchor: bool = True,
0 commit comments