mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
LogsPanel: Fix scrollbar (#24850)
* Fix scrolling, besides context (wip) * Remove autoHide * Revert "Remove autoHide" This reverts commit3572718cab. * Revert "Fix scrolling, besides context (wip)" This reverts commit8e11d89612. * Fix scrolling in Logs Panel * Rename passed prop to disableCustomHorizontalScroll
This commit is contained in:
@@ -35,6 +35,7 @@ export const LogsPanel: React.FunctionComponent<LogsPanelProps> = ({
|
||||
wrapLogMessage={wrapLogMessage}
|
||||
timeZone={timeZone}
|
||||
allowDetails={true}
|
||||
disableCustomHorizontalScroll={true}
|
||||
/>
|
||||
</CustomScrollbar>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user