fix: prompt sidebar not showing on small devices (#232)
* fix: overlap between plus and prompt menu icon * fix: prompt sidebar not showing on small devices
This commit is contained in:
parent
7c74df338e
commit
5d31947ab9
|
@ -97,7 +97,7 @@ export const Promptbar: FC<Props> = ({
|
|||
|
||||
return (
|
||||
<div
|
||||
className={`fixed top-0 bottom-0 z-50 flex h-full w-[260px] flex-none flex-col space-y-2 bg-[#202123] p-2 text-[14px] transition-all sm:relative sm:top-0`}
|
||||
className={`fixed top-0 right-0 z-50 flex h-full w-[260px] flex-none flex-col space-y-2 bg-[#202123] p-2 text-[14px] transition-all sm:relative sm:top-0`}
|
||||
>
|
||||
<div className="flex items-center">
|
||||
<button
|
||||
|
|
Loading…
Reference in New Issue