Two teams try and fill in any horizontal, vertical, or diagonal line on a bingo board by playing maps on osu! osu.bingo
osu

remove horizontal scrollbar on event list

+1 -1
+1 -1
src/lib/components/EventList.svelte
··· 104 104 afterUpdate(scrollToBottom); 105 105 </script> 106 106 107 - <div bind:this={box} class="flex size-full flex-col gap-2 overflow-y-scroll pr-2"> 107 + <div bind:this={box} class="flex size-full flex-col gap-2 overflow-x-hidden overflow-y-scroll pr-2"> 108 108 {#each events as event} 109 109 <div class="relative w-full" transition:fly={{ x: 30, duration: 1000 }}> 110 110 {#if isScore(event)}