Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/Board/Components/MessageBubble.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@
/* Adjust padding */
font-size: 14px;
}
}
}
2 changes: 1 addition & 1 deletion frontend/src/Board/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Board() {

// スクロール制御用の参照
const messagesAreaRef = useRef<HTMLDivElement>(null);
const isAtBottomRef = useRef(true);
const isAtBottomRef = useRef(false);
// 二重フェッチ防止用
const hasFetchedRef = useRef(false);

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/Solo/Components/MessageBubble.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@
/* Adjust padding */
font-size: 14px;
}
}
}
4 changes: 1 addition & 3 deletions frontend/src/Solo/Solo.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@
}

@keyframes floating-text {

0%,
100% {
transform: translateY(0);
Expand All @@ -221,7 +220,6 @@
}

@keyframes bounce {

0%,
100% {
transform: scale(1) translateY(0);
Expand Down Expand Up @@ -402,4 +400,4 @@
width: 30px;
height: 30px;
}
}
}