mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-19 23:14:27 +01:00
update
This commit is contained in:
@@ -57,7 +57,9 @@ const Column: Component<ColumnProps> = (props) => {
|
||||
fallback={
|
||||
<>
|
||||
<div class="shrink-0 border-b">{props.header}</div>
|
||||
<div class="flex flex-col overflow-y-scroll scroll-smooth">{props.children}</div>
|
||||
<div class="scrollbar flex flex-col overflow-y-scroll scroll-smooth">
|
||||
{props.children}
|
||||
</div>
|
||||
</>
|
||||
}
|
||||
>
|
||||
@@ -74,7 +76,7 @@ const Column: Component<ColumnProps> = (props) => {
|
||||
<div>ホームに戻る</div>
|
||||
</button>
|
||||
</div>
|
||||
<ul class="flex h-full flex-col overflow-y-scroll scroll-smooth">
|
||||
<ul class="scrollbar flex h-full flex-col overflow-y-scroll scroll-smooth">
|
||||
<TimelineContentDisplay timelineContent={timeline} />
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user