fix: remove hidden breakpoint on secret scanning layout

This commit is contained in:
Scott Wilson
2025-11-14 14:56:44 -08:00
parent bb0156dae9
commit 5d306d0553

View File

@@ -36,7 +36,7 @@ export const SecretScanningLayout = () => {
);
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"