Responsive toggles for advanced positioning settings. #33122
rcostakmdg
started this conversation in
Feature Request
Replies: 1 comment
|
It is possible in the V4 Atomic Elements to adjust positioning based on the different breakpoints. But I agree that it should be possible to change the behavior of the positioning for the (old) V3 components as well. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Describe the Problem
One issue I run into while using position absolute or sticky, is that there is no option to unset it for mobile specifically.
Propose a Solution
Have the ability to change the positioning settings (absolute, sticky, default), on a per resolution option.
Additional Context
Example: I have an item I want to be absolutely positioned on desktop and tablet, but then on mobile I want it to take up normal space and flow regularly. Currently I have to use the advanced CSS option, set a media query at 768px, and then set "position: unset;" in the css. This works, but is annoying to have to do each time.
Agreement
All reactions