There was an error while loading. Please reload this page.
1 parent 2f6400d commit 04d04c7Copy full SHA for 04d04c7
1 file changed
src/frontend/src/pages/FlowPage/components/UpdateAllComponents/index.tsx
@@ -278,7 +278,7 @@ export default function UpdateAllComponents() {
278
return (
279
<AnimatePresence mode="wait">
280
{!shouldHide && (
281
- <div className="absolute bottom-2 left-1/2 z-50 w-[530px] -translate-x-1/2">
+ <div className="absolute bottom-16 left-1/2 z-50 w-[530px] -translate-x-1/2">
282
<motion.div
283
initial="hidden"
284
animate="visible"
0 commit comments