good progress with the layout for the landing page

This commit is contained in:
Arjun Patel
2022-01-26 14:32:05 -08:00
parent 551e9ce067
commit aab8c3881a
5 changed files with 171 additions and 45 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export default function ShortcutHelpModal() {
{/* fixed help on bottom left */}
<span
onClick={handleShowModal}
className="hover:cursor-pointer fixed bottom-10 right-10 bg-gray-200 bg-opacity-80 py-2 px-3 rounded text-gray-500 flex flex-row items-center space-x-2"
className="hover:cursor-pointer z-50 backdrop-blur-md fixed bottom-10 right-10 bg-gray-200 bg-opacity-80 py-2 px-3 rounded text-gray-500 flex flex-row items-center space-x-2"
>
<span>Help</span>