mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-31 00:04:43 +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",
|
||||
borderRadius: 4,
|
||||
marginTop: 15,
|
||||
background: variables.headerBackgoundColor
|
||||
background: variables.headerBackgoundColor,
|
||||
},
|
||||
|
||||
viewer: {
|
||||
@ -26,7 +26,8 @@ const useLayoutStyles = makeStyles(() => ({
|
||||
overflowY: 'auto',
|
||||
height: "calc(100% - 70px)",
|
||||
padding: 5,
|
||||
paddingBottom: 0
|
||||
paddingBottom: 0,
|
||||
overflow: "auto",
|
||||
}
|
||||
}));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user