Position sticky hoạt động thế nào?
VI- Kết hợp relative và fixed.
- Element scroll bình thường cho đến khi đạt threshold (top/bottom), sau đó 'dính' tại vị trí đó.
- Cần set ít nhất 1 trong top/right/bottom/left.
- Parent phải có overflow visible.
EN- Combines relative and fixed behavior.
- The element scrolls normally until it reaches a defined threshold (top/bottom), then 'sticks' there.
- At least one of top/right/bottom/left must be set.
- The parent element must have
overflow: visible.