Skip to content

Commit bad8664

Browse files
committed
Fix timeline buttons position
1 parent 8c5046d commit bad8664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/animator/components/AnimatorScrubBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const AnimatorScrubBar = ({ animation }: { animation: DcaAnimation | null }) =>
112112
return (
113113
<div className="flex flex-col items-center justify-end h-full dark:bg-gray-800 bg-white">
114114
<div className="flex-grow relative w-full">
115-
<div className="absolute -bottom-3 left-0 right-0 flex flex-row w-full">
115+
<div className="absolute bottom-0 left-0 right-0 flex flex-row w-full">
116116
<div className="flex-grow"></div>
117117
<ButtonWithTooltip tooltip={`Stop Animation (${stopName})`} onClick={onStop} className="z-10 dark:bg-gray-900 bg-gray-200 px-1 rounded-tl-md pt-1 dark:text-gray-400 text-black hover:text-red-500 border-l-2 border-t-2 dark:border-black border-white">
118118
<SVGStop className="h-6 w-6" />

0 commit comments

Comments
 (0)