diff --git a/src/components/GameTable.tsx b/src/components/GameTable.tsx index 1b5f5cb..a1a977b 100644 --- a/src/components/GameTable.tsx +++ b/src/components/GameTable.tsx @@ -800,7 +800,7 @@ function Reactions() { initial={{ opacity: 0, y: 12, scale: 0.95 }} animate={{ opacity: 1, y: 0, scale: 1 }} exit={{ opacity: 0, y: 12, scale: 0.95 }} - className="absolute bottom-20 ltr:right-4 rtl:left-4 z-50 glass rounded-2xl p-2 w-[min(270px,86vw)]" + className="absolute bottom-60 ltr:right-3 rtl:left-3 z-50 glass rounded-2xl p-2 w-[min(270px,86vw)]" >