1h2 { 2 position: relative; 3 z-index: 2; 4} 5 6button { 7 position: relative; 8 z-index: 2; 9} 10 11.scrollbar::-webkit-scrollbar { 12 display: none; 13} 14 15.scrollbar { 16 scrollbar-width: none !important; 17 -ms-overflow-style: -ms-autohiding-scrollbar !important; 18}