/* Làm cho scrollbar phủ lên nội dung */
body {
    overflow: overlay; /* Dành cho trình duyệt hỗ trợ */
    -ms-overflow-style: none; /* Ẩn scrollbar trên IE/Edge cũ */
    scrollbar-width: thin; /* Thu gọn scrollbar trên Firefox */
}

::-webkit-scrollbar {
    display: none; 
}