Closed Crisfole closed 10 years ago
It'd be really nice if stickies that overlapped horizontally would stack.... For example:
[------sticky---] Content Content Content [----sticky--------]
would stick like so:
Content Content Content --------------top of page ------------- [--------sticky----] [-------------sticky-----------]
Rather than:
------------- top of page -------------- [---sticky--[------]-sticky--------]
Is there a way to achieve this as is?
You could just use a different value topSpacing, that should handle most cases.
topSpacing
I knew I was overlooking something...but handling variably sized stuff is still tricky...Alright, Thanks.
It'd be really nice if stickies that overlapped horizontally would stack.... For example:
would stick like so:
Rather than:
Is there a way to achieve this as is?