Improve scroll behavior
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 8px;
|
width: 8px;
|
||||||
|
height: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-corner {
|
::-webkit-scrollbar-corner {
|
||||||
|
|||||||
@@ -51,8 +51,7 @@ class ValueRenderer extends React.Component<Props, {}> {
|
|||||||
backgroundColor: 'rgba(80, 80, 80, 0.6)',
|
backgroundColor: 'rgba(80, 80, 80, 0.6)',
|
||||||
wordBreak: 'break-all',
|
wordBreak: 'break-all',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
overflowX: 'scroll',
|
overflow: 'auto hidden',
|
||||||
overflowY: 'clip',
|
|
||||||
display: 'block',
|
display: 'block',
|
||||||
lineHeight: '1.2em',
|
lineHeight: '1.2em',
|
||||||
padding: '12px 5px 12px 5px',
|
padding: '12px 5px 12px 5px',
|
||||||
|
|||||||
Reference in New Issue
Block a user