-
-
Notifications
You must be signed in to change notification settings - Fork 570
Closed
Labels
type: enhancementMinor feature or improvement to an existing featureMinor feature or improvement to an existing feature
Milestone
Description
When I use # for creating headers Panel creates an anchor link. This is not always what I want.
For example often when used in sidebars its not really what you want. Furthermore sometimes hovering over the test makes the text move which gives a really bad user impression (main problem).
import panel as pn
pn.extension()
pn.Column(
pn.widgets.Button(name="Click me"),
pn.pane.Markdown("## Thank you for sharing!", sizing_mode="stretch_width", align="center"),
pn.widgets.Button(name="Click me"),
width=800
).servable()This example does not make anchor link jump.
In panel-extensions/panel-material-ui#143 it does
anchor-jump.mp4
hoxbroCoderambling
Metadata
Metadata
Assignees
Labels
type: enhancementMinor feature or improvement to an existing featureMinor feature or improvement to an existing feature
