There was an error while loading. Please reload this page.
2 parents b602ee8 + 58d6b1f commit 33284b8Copy full SHA for 33284b8
1 file changed
src/pages/message-screen.tsx
@@ -26,7 +26,7 @@ export const MessageScreen = () => {
26
<div className="flex flex-col items-center justify-center w-full">
27
<div
28
ref={cardRef}
29
- className="bg-background/80 border-2 shadow-lg rounded-2xl p-8 max-w-5xl w-full text-center max-h-[600px] overflow-hidden"
+ className="relative bg-background/80 border-2 shadow-lg rounded-2xl p-8 max-w-5xl w-full text-center max-h-[600px] overflow-hidden"
30
>
31
<h1 className="text-3xl font-semibold text-gray-700 mb-6">Hovedstyret taler!</h1>
32
0 commit comments