mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-01 16:57:28 +00:00
Set viewer
style overflow: "auto"
This commit is contained in:
parent
10b08317f7
commit
9b04494931
@ -18,7 +18,7 @@ const useLayoutStyles = makeStyles(() => ({
|
|||||||
padding: "12px 24px",
|
padding: "12px 24px",
|
||||||
borderRadius: 4,
|
borderRadius: 4,
|
||||||
marginTop: 15,
|
marginTop: 15,
|
||||||
background: variables.headerBackgoundColor
|
background: variables.headerBackgoundColor,
|
||||||
},
|
},
|
||||||
|
|
||||||
viewer: {
|
viewer: {
|
||||||
@ -26,7 +26,8 @@ const useLayoutStyles = makeStyles(() => ({
|
|||||||
overflowY: 'auto',
|
overflowY: 'auto',
|
||||||
height: "calc(100% - 70px)",
|
height: "calc(100% - 70px)",
|
||||||
padding: 5,
|
padding: 5,
|
||||||
paddingBottom: 0
|
paddingBottom: 0,
|
||||||
|
overflow: "auto",
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user