Files
snek/src
retoor 491ab6b42a feat: hide scrollbar in chat-messages container for infinite scroll illusion
The scrollbar is visually removed across all major browsers (Firefox, IE/Edge, and WebKit) by setting `scrollbar-width: none`, `-ms-overflow-style: none`, and hiding the `::-webkit-scrollbar` pseudo-element. This enables a seamless infinite-scroll appearance while preserving actual scroll functionality.
2025-02-17 18:21:03 +00:00
..