Logs: Make logs container scrollable (#69371)

* feat: make logs container scrollable

* fix container height

* add a feature toggle

* fix: scroll behaviour with wrap lines on

* Update public/app/features/logs/components/getLogRowStyles.ts

Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>

* rename feature toggle

---------

Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
This commit is contained in:
Gareth Dawson
2023-06-15 12:25:34 +01:00
committed by GitHub
co-authored by Sven Grossmann
parent 57d7288fe4
commit cda10fae52
7 changed files with 22 additions and 3 deletions
@@ -100,5 +100,6 @@ export interface FeatureToggles {
pluginsFrontendSandbox?: boolean;
sqlDatasourceDatabaseSelection?: boolean;
cloudWatchLogsMonacoEditor?: boolean;
exploreScrollableLogsContainer?: boolean;
recordedQueriesMulti?: boolean;
}