mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Search: Set element height to 100% to avoid Chrome 74's overflow (#17054)
Fixes #16981
This commit is contained in:
parent
51c99fc68d
commit
ceb21bd653
@ -31,6 +31,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
height: 100%; // Chrome 74 needs this to make the element scrollable
|
||||||
|
|
||||||
.search-item--indent {
|
.search-item--indent {
|
||||||
margin-left: 14px;
|
margin-left: 14px;
|
||||||
@ -258,10 +259,6 @@
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-dropdown__col_1 {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.search-filter-box {
|
.search-filter-box {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user