Description
I noticed a responsiveness/layout issue with the .dash-tangle decorative element on smaller screen widths.
The mobile media query currently uses a very large width and negative right offset, which can cause clipping and inconsistent off-screen rendering on smaller devices.
Current Behavior
- Decorative element is pushed too far off-screen on smaller widths
- Partial clipping/inconsistent positioning may occur
Proposed Fix
- Reduce excessive negative
right offset
- Adjust width slightly for better responsiveness
Environment
- Tested locally using the Layer5 docs development server
- Browser: Chrome
Contributor Guide and Resources
Description
I noticed a responsiveness/layout issue with the
.dash-tangledecorative element on smaller screen widths.The mobile media query currently uses a very large width and negative
rightoffset, which can cause clipping and inconsistent off-screen rendering on smaller devices.Current Behavior
Proposed Fix
rightoffsetEnvironment
Contributor Guide and Resources