fix: scrollbar

This commit is contained in:
Shusui MOYATANI
2023-07-10 20:21:51 +09:00
parent ba8b08dc90
commit 68fe6e67e1

View File

@@ -13,7 +13,7 @@ const Columns = () => {
const { config } = useConfig();
return (
<div class="flex h-full snap-x snap-mandatory flex-row overflow-scroll scroll-smooth">
<div class="scrollbar flex h-full snap-x snap-mandatory flex-row overflow-x-scroll scroll-smooth">
<For each={config().columns}>
{(column, index) => {
const columnIndex = () => index() + 1;