mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
FIX: overflows
This commit is contained in:
parent
4581c4eeb0
commit
6291a5422a
1 changed files with 1 additions and 1 deletions
|
@ -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 />}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue