-
Notifications
You must be signed in to change notification settings - Fork 516
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
stick to bottom #32
Comments
👍 doesn't found how to do this too |
👍 |
1 similar comment
+1 |
The plugin adds a CSS class to the element when it becomes stuck ("is_stuck" by default). .is_stuck {
top: auto !important;
bottom: 0;
} |
I'm working on this too. I have made the following CSS change .is_stuck { My assumption is because the plugin thinks the stuck element is still in the position set by the plugin. Any suggestions? |
+1 |
Is it possible to "stick" the element to the bottom of its parent? If yes, how?
Thanks!
The text was updated successfully, but these errors were encountered: