nice place with the whole show and the elevation really mattering with the side bar but also now more actions on the top right where people would look for em?
This commit is contained in:
@@ -35,7 +35,7 @@ export default function SidePanel() {
|
||||
const [searchQuery, setSearchQuery] = useState<string>('');
|
||||
|
||||
return (
|
||||
<div className="flex flex-col w-[350px] relative group shadow-2xl bg-white">
|
||||
<div className="flex flex-col w-[350px] relative group shadow-2xl bg-white z-20">
|
||||
<NavBar />
|
||||
|
||||
<div className="flex flex-row p-4 items-center bg-gray-100 gap-2">
|
||||
|
||||
Reference in New Issue
Block a user