Home > widget-integration > StickyController > clearMobileFullscreenStyles
StickyController.clearMobileFullscreenStyles() method
Clears mobile fullscreen sticky styles from the active mobile filter wrapper.
Signature:
clearMobileFullscreenStyles(mobileWrapper?: HTMLElement | null): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
mobileWrapper |
HTMLElement | null |
(Optional) Optional mobile filter wrapper to clean. When omitted, StickyService resolves the default mobile wrapper selector. |
Returns:
void