mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added missing max-height to search results container
This commit is contained in:
parent
c000f438ae
commit
019d077f5a
@ -52,6 +52,9 @@
|
||||
}
|
||||
|
||||
.search-results-container {
|
||||
max-height: 570px;
|
||||
overflow: auto;
|
||||
display: block;
|
||||
.search-result-item a {
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user