We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8c2a6 commit 66237d1Copy full SHA for 66237d1
src/Elastic.Documentation.Site/Assets/web-components/VersionDropdown.tsx
@@ -250,7 +250,10 @@ const VersionDropdown = ({
250
}
251
252
.euiContextMenuPanel > div:not(.euiContextMenuPanel__title) {
253
- max-height: 70vh;
+ // I'm using this height so that the last element
254
+ // is cut in half to make it clear to the user that
255
+ // there is more content.
256
+ max-height: 28.3rem;
257
${useEuiOverflowScroll("y")}
258
259
.euiContextMenuPanel__title {
0 commit comments