Ok, real simple one now:
Is ther a way to do this code using webflow’s UI?
overflow-x: scroll;
overflow-y: hidden;
Thanks!
Ok, real simple one now:
Is ther a way to do this code using webflow’s UI?
overflow-x: scroll;
overflow-y: hidden;
Thanks!
I know that is not the simple answer you are looking for, but could you set the property in the custom code window for that class?
Yes, that is the current solution I just wanted to know if I was missing something.
I hope this is in a future update. It’s really important to be able to change just one axis instead of the both-or-nothing function.
Apparently this issue hasn’t been addressed yet ?
Specifically… I need this:
overflow-x: scroll;
overflow-y: hidden;
I can do this with jquery… but am trying to avoid it.
Is would like to set separate properties for overflow-x and overflow-y. Is Webflow planning this for a future release? For example in Webflow Interactions 2.0 to make a css parallax effect possible?