The Container cannot use the CSS property padding. It must be set to
0 to maintain proper functionality.
The ContainerInner cannot use the CSS property margin. It must be set to
0 to ensure correct positioning and behavior.
The Container does not block width changes in ContainerInner.
ContainerInner inherits its width from the Container.
Width changes always originate from the Container, because
ContainerInner needs to read the Container’s width when it switches to
fixed
positioning.
In a React environment, be sure to call stop() when unmounting the component to
prevent memory leaks and unintended behavior.
Multiple instances of Sidebarius can be used simultaneously, allowing for individual sticky
behaviors across different sections for various scenarios.
For the ContainerInner, the Container serves as a guide, within which it can move, and it
cannot exceed the boundaries set by the Container.