Update SidePanel.tsx
This commit is contained in:
@@ -50,8 +50,8 @@ export default function SidePanel() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className="flex flex-col w-[350px] relative group
|
className="flex flex-col w-[350px] group
|
||||||
border-r border-r-gray-200 shadow-xl bg-white z-20 overflow-y-auto"
|
border-r border-r-gray-200 shadow-xl bg-white z-20 "
|
||||||
>
|
>
|
||||||
<NavBar />
|
<NavBar />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user