1
0

Add absolute positioning and adjust top value for .paw-queued class

This commit is contained in:
2025-05-26 11:47:24 +02:00
parent 99a274a0b1
commit 455ca46c90

View File

@@ -193,10 +193,16 @@
}
/* Füge das in deine CSS ein */
.paw-queued {
position: absolute;
top: 2.5rem;
right: 1.5rem; /* experimentiere mit dem Wert */
width: 2rem;
height: 2rem;
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.10));
transition: transform 0.18s cubic-bezier(0.4,0.2,0.6,1);
pointer-events: none
}
}
</style>
</head>
<body class="flex h-screen bg-white">