Skip to content

Commit

Permalink
Fix scroll issue for fields (#1050)
Browse files Browse the repository at this point in the history
Signed-off-by: ruchika-narang <[email protected]>

Signed-off-by: ruchika-narang <[email protected]>
  • Loading branch information
ruchika-narang authored Sep 29, 2022
1 parent 0c617de commit cad95f2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
height: 100%;
.explorerFieldSelector, .explorer__vizDataConfig {
padding: $euiSizeS;
overflow: auto;

&__fieldGroups {
@include euiYScrollWithShadows;
Expand All @@ -128,6 +129,7 @@
}
}
.explorerFieldSelector {
@include euiYScrollWithShadows;
.sidebar-list {
height: 100%;
}
Expand Down

0 comments on commit cad95f2

Please sign in to comment.