Use eui overflow for spaces scroll menu (#118336) (#118374)

* Use eui overflow for spaces scroll menu

* remove empty line

Co-authored-by: Dave Snider <dave.snider@gmail.com>
This commit is contained in:
Kibana Machine 2021-11-11 12:09:34 -05:00 committed by GitHub
parent aa005d4f24
commit 75e5f32acb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,8 @@
}
.spcMenu__spacesList {
@include euiYScrollWithShadows;
max-height: $euiSizeXL * 10;
overflow-y: auto;
}
.spcMenu__searchFieldWrapper {
@ -18,4 +18,4 @@
.spcMenu__item {
margin-left: $euiSizeM;
}
}