You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to make this work when only the body is scrollable?
(Or more general, when a custom element is scrollable)
I am not sure what are the best practices here, but having the <html> element scroll seems a bit weird to me.
(I use Bootstrap v3.1.1)
The text was updated successfully, but these errors were encountered:
Bootstrap 3 is essentially in maintenance mode as we focus on working towards a stable v4. As such, we're only accepting changes to v3's code on a case-by-case basis, usually only for critical bug fixes or docs improvements.
Sorry for the inconvenience, and thanks for the suggestion, but we'll be passing on this change.
In my web page I have this CSS:
Apparently it makes the affix functionality break.
One reason seems to be that the events are registered on the window:
Is there any way to make this work when only the body is scrollable?
(Or more general, when a custom element is scrollable)
I am not sure what are the best practices here, but having the
<html>
element scroll seems a bit weird to me.(I use Bootstrap v3.1.1)
The text was updated successfully, but these errors were encountered: