mirror of
https://github.com/meshtastic/web.git
synced 2026-04-30 18:53:48 -04:00
Fix scroll on info page
This commit is contained in:
@@ -19,7 +19,7 @@ export const App = (): JSX.Element => {
|
||||
const device = getDevice(selectedDevice);
|
||||
|
||||
return (
|
||||
<div className="flex h-full w-full">
|
||||
<div className="flex h-screen w-full">
|
||||
<DeviceSelector />
|
||||
|
||||
{device && (
|
||||
|
||||
@@ -10,7 +10,7 @@ export const InfoPage = (): JSX.Element => {
|
||||
const myNode = nodes.find((n) => n.data.num === hardware.myNodeNum);
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className="w-full overflow-y-auto">
|
||||
<JSONPretty data={myNode} />
|
||||
<JSONPretty data={hardware} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user