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

This commit is contained in:
Ashley Harrison 2021-11-02 15:21:11 +00:00 committed by GitHub
parent cedbddafe3
commit eb223a6645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,6 @@ function getStyles(theme: GrafanaTheme2) {
width: 100%; width: 100%;
overflow-y: auto; overflow-y: auto;
padding: ${theme.spacing(1)}; padding: ${theme.spacing(1)};
min-height: 400px;
`, `,
buttonRow: css` buttonRow: css`
display: flex; display: flex;