Use eui overflow for spaces scroll menu (#118336)

* Use eui overflow for spaces scroll menu

* remove empty line
This commit is contained in:
Dave Snider 2021-11-11 10:42:30 -05:00 committed by GitHub
parent f440b3b30f
commit 7e194d7788
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;
}
}