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
Delete Comment
Are you sure that you want to delete this comment ?
Maciej Soroczyński
Delete Comment
Are you sure that you want to delete this comment ?
Maciej Soroczyński
Delete Comment
Are you sure that you want to delete this comment ?
Maciej Soroczyński
https://youtu.be/P0FKuXY1jvg?si=ZWi1Xoyrbzgh3KP0
Delete Comment
Are you sure that you want to delete this comment ?