LibraryPanels: Ensure the list can be fully scrolled when adding a library panel (#41196) (#41207)

(cherry picked from commit eb223a6645)

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2021-11-02 16:51:21 +01:00
committed by GitHub
co-authored by Ashley Harrison
parent 1800fab246
commit 49416ac031
@@ -131,7 +131,6 @@ function getStyles(theme: GrafanaTheme2) {
width: 100%;
overflow-y: auto;
padding: ${theme.spacing(1)};
min-height: 400px;
`,
buttonRow: css`
display: flex;