LogsPanel: Fix scrollbar (#24850)

* Fix scrolling, besides context (wip)

* Remove autoHide

* Revert "Remove autoHide"

This reverts commit 3572718cab.

* Revert "Fix scrolling, besides context (wip)"

This reverts commit 8e11d89612.

* Fix scrolling in Logs Panel

* Rename passed prop to disableCustomHorizontalScroll
This commit is contained in:
Ivana Huckova
2020-05-20 11:20:45 +02:00
committed by GitHub
parent de46dc7af0
commit 4f6fb2d46e
2 changed files with 9 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ export const LogsPanel: React.FunctionComponent<LogsPanelProps> = ({
wrapLogMessage={wrapLogMessage}
timeZone={timeZone}
allowDetails={true}
disableCustomHorizontalScroll={true}
/>
</CustomScrollbar>
);