'Bootstrap sticky position doesn't stick
<div className="d-flex container sticky-top">
<div className="me-2 flex-grow-1 ms-4">
<Posts className="me-10" />
<Posts className="me-10" />
<Posts className="me-10" />
<Posts className="me-10" />
</div>
<div className="col">
<GroupPage className="position-sticky" />
</div>
</div>
I want to make my GroupPage sticky(bootstrap), i have tried all sticky-top and it doesn't work, any solution?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
