This commit is contained in:
Seth Forsgren 2022-12-08 13:18:06 -08:00
parent d2ab9b1e8d
commit e6f2651279
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ export default function PromptPanel({
return (
<>
<main className="fixed sm:flex sm:w-2/3 sm:min-h-screen">
<main className="fixed sm:static sm:w-2/3 sm:min-h-screen">
<div className="pl-10 pr-10 sm:pl-20">
<div className="h-[78vh] sm:h-[80vh] flex flex-col justify-around pt-[10vh] pr-5">
{getDisplayPrompts().map((prompt, index) => (