fix: modal scrolling on small devices (#527)

* fix: propmt side not showing on small devices

* added the robot icon while chat is loading

* fix: sidbar position

* fix: modal not scrolling on small devices

* fix: overlap between the modal and icons
This commit is contained in:
Syed Muzamil
2023-04-13 16:28:13 +05:30
committed by GitHub
parent 5ed5e156cd
commit f61e91d07f
5 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ const Sidebar = <T,>({
return isOpen ? (
<div>
<div
className={`fixed top-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 ${side}-0 z-40 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