express.ui.panel_fixed

express.ui.panel_fixed(
    top=None
    left=None
    right=None
    bottom=None
    width=None
    height=None
    draggable=False
    cursor='auto'
    **kwargs
)

Context manager for a panel of absolutely positioned content.

This function wraps panel_fixed.

This function is equivalent to calling panel_absolute with fixed=True (i.e., the panel does not scroll with the rest of the page). See panel_absolute for more information.

Parameters

****kwargs** : TagAttrValue = {}

Arguments passed along to panel_absolute.

See Also