Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support pinning inside a scrollable container #22

Open
wichert opened this issue Apr 25, 2014 · 0 comments
Open

Support pinning inside a scrollable container #22

wichert opened this issue Apr 25, 2014 · 0 comments

Comments

@wichert
Copy link

wichert commented Apr 25, 2014

It can be useful to pin an object instead a scrollable container, instead of pinning it inside the main window. For example with markup like this:

<div class="container" style="max-height: 100px; overflow: auto">
  <div class="pinned">Something pinned</div>
  ...
</div>

When scrolling the container I want the .pinned div to always be visible within the container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant