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
The tab-content would go under header while scrolling. This is usually not a problem but when we jump to a section (e.g. using the dropdown menu), the anchor point (header) would be under the header.
The css trick introduced here could be used. There is link that does not well, perhaps because of collision between #Documentation on two tabs. This does not really matter though.
With the current css/js set up, we have
The tab-content would go under header while scrolling. This is usually not a problem but when we jump to a section (e.g. using the dropdown menu), the anchor point (header) would be under the header.
This is basically the problem described in https://stackoverflow.com/questions/9677894/header-div-stays-at-top-vertical-scrolling-div-below-with-scrollbar-only-attach but I failed to adapt the solutions to our website with the header and sticky navigation bar.
The text was updated successfully, but these errors were encountered: