fix: remove hidden breakpoint on pam layout

This commit is contained in:
Scott Wilson
2025-11-14 15:54:10 -08:00
parent f03c6f954b
commit 99431c6c80

View File

@@ -28,7 +28,7 @@ export const PamLayout = () => {
return (
<>
<div className="dark hidden h-full w-full flex-col overflow-x-hidden md:flex">
<div className="dark flex h-full w-full flex-col overflow-x-hidden">
<div className="border-b border-mineshaft-600 bg-mineshaft-900">
<motion.div
key="menu-project-items"