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

View File

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