Скролл для чата
<style> ::-webkit-scrollbar { background: #000000; width: 13px; height: 13px; } ::-webkit-scrollbar-track { background: #090909; } ::-webkit-scrollbar-thumb:vertical { background-image: -webkit-linear-gradient(left, #333, #111); border: 1px solid #444; border-color: #444 #111 #111 #444; } ::-webkit-scrollbar-thumb:horizontal { background-image: -webkit-linear-gradient(top, #333, #111); border: 1px solid #444; border-color: #444 #111 #111 #444; } ::-webkit-scrollbar-corner { background: #090909; } </style>