1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-06-20 17:29:12 +01:00

FIX: overflows

This commit is contained in:
aidenpwnz 2022-09-01 19:13:51 +02:00
parent 4581c4eeb0
commit 6291a5422a

@ -5,7 +5,7 @@ import Memory from "./memory";
export default function Resources({ options }) {
return (
<>
<div className="pr-2 flex flex-col">
<div className="pr-2 flex flex-col max-w:full overflow-y-scroll">
<div className="flex flex-row space-x-4">
{options.disk && <Disk options={options} />}
{options.cpu && <Cpu />}