mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
LibraryPanels: Ensure the list can be fully scrolled when adding a library panel (#41196)
This commit is contained in:
parent
cedbddafe3
commit
eb223a6645
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user