<style>   ::-webkit-scrollbar { width: 8px !important; height: 8px !important; display: block !important; } ::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1) !important; border-radius: 10px !important; } ::-webkit-scrollbar-thumb { background-color: rgba(255, 255, 255, 0.4) !important; border-radius: 10px !important; border: 2px solid rgba(0, 0, 0, 0);  background-clip: padding-box !important; } ::-webkit-scrollbar-thumb:hover { background-color: rgba(255, 255, 255, 0.7) !important; }  * { scrollbar-width: thin !important; scrollbar-color: rgba(255, 255, 255, 0.4) transparent !important; } </style>