This commit is contained in:
Shusui MOYATANI
2023-06-17 01:42:04 +09:00
parent df8bc01e92
commit 6ba622328b
14 changed files with 159 additions and 47 deletions

View File

@@ -76,7 +76,7 @@ const Column: Component<ColumnProps> = (props) => {
<div></div>
</button>
</div>
<ul class="scrollbar flex h-full flex-col overflow-y-scroll scroll-smooth">
<ul class="scrollbar flex h-full flex-col overflow-y-scroll scroll-smooth pb-8">
<TimelineContentDisplay timelineContent={timeline} />
</ul>
</div>