responsive ness>?

This commit is contained in:
Arjun Patel
2022-01-21 00:00:46 -08:00
parent 02c79949d0
commit 339581ca59
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ function TeamVoiceLine(props: IVoiceDemoProps) {
return (
<section
className={`p-5 flex w-80 flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-2xl absolute top-32 left-10 z-10 backdrop-blur-xl transition-all duration-300 ${
className={`p-5 flex w-80 flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-2xl z-10 translate-y-24 translate-x-20 backdrop-blur-xl transition-all duration-300 ${
!isVoiceLineTurn ? "blur-sm" : ""
} ${props.demoStep == DemoStep.doneDemo ? "z-30" : ""}`}
>