fix: remove hidden breakpoint on kms layout

This commit is contained in:
Scott Wilson
2025-11-14 14:51:34 -08:00
parent c6f3fa59f0
commit a236d3e318

View File

@@ -13,7 +13,7 @@ export const KmsLayout = () => {
const location = useLocation();
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"