@media only screen and (min-width: 1025px) { .scrolling .sticky{ transform: translateY(-41px); } }  * { scrollbar-width: auto; scrollbar-color: #499fe6 #f2f2f2; } *::-webkit-scrollbar { width: 16px; } *::-webkit-scrollbar-track { background: #f2f2f2; } *::-webkit-scrollbar-thumb { background-color: #499fe6; border-radius: 10px; border: 3px solid #ffffff; }