more adjustments all around

This commit is contained in:
Arjun Patel
2022-01-20 23:43:34 -08:00
parent 3c47c8f2af
commit 979a647f72
3 changed files with 29 additions and 11 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export default function Announcements(props: IVoiceDemoProps) {
return (
<section
className={`p-5 flex flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-md -translate-x-20 backdrop-blur-xl ${
className={`p-5 flex flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-md absolute right-0 backdrop-blur-xl ${
isAnnouncementsTurn ? " z-20 " : "blur-sm"
}`}
>