Changing height to 82vh gets sticky NO MOTION.
Now just need to calibrate more with a bit maybe.
This is full css code for my sticky div class around menu and aside.
Now sticky it's stick at inside as well almost with no motion.
Just at begging need to stick than keep position and do not jump below:
div.sticky {
position:-webkit-sticky;
position:-webkit-overflow-scrolling;
position: sticky !important;
padding-top: 1px;
top: 100px;
display: block;
height: 82vh;
overflow-y: scroll;
overflow: scroll;
}
PS for Macbook Pro res
Maciej Soroczyński
댓글 삭제
이 댓글을 삭제하시겠습니까?
Maciej Soroczyński
댓글 삭제
이 댓글을 삭제하시겠습니까?
Maciej Soroczyński
댓글 삭제
이 댓글을 삭제하시겠습니까?
Maciej Soroczyński
https://youtu.be/P0FKuXY1jvg?si=ZWi1Xoyrbzgh3KP0
댓글 삭제
이 댓글을 삭제하시겠습니까?