mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
Update coloring of logs button
This commit is contained in:
parent
e91f3d8d9b
commit
aab1ad4136
@ -381,7 +381,7 @@ function Logs() {
|
||||
|
||||
{initialScroll && !endVisible && (
|
||||
<Button
|
||||
className="absolute bottom-8 left-[50%] z-20 -translate-x-[50%] rounded-md bg-secondary-foreground p-2 text-primary"
|
||||
className="absolute bottom-8 left-[50%] z-20 -translate-x-[50%] rounded-md p-2"
|
||||
onClick={() =>
|
||||
contentRef.current?.scrollTo({
|
||||
top: contentRef.current?.scrollHeight,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user