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 afcce69 commit 2e8c2a6Copy full SHA for 2e8c2a6
src/Elastic.Documentation.Site/Assets/web-components/VersionDropdown.tsx
@@ -249,16 +249,14 @@ const VersionDropdown = ({
249
cursor: default;
250
}
251
252
+ .euiContextMenuPanel > div:not(.euiContextMenuPanel__title) {
253
+ max-height: 70vh;
254
+ ${useEuiOverflowScroll("y")}
255
+ }
256
.euiContextMenuPanel__title {
- position: sticky;
- top: 0;
- // !important because clicking on the title
- // makes the background transparent
257
- // and you unexpectedly see the items behind it.
258
background-color: ${euiTheme.colors
259
.backgroundBasePlain} !important;
260
261
- ${useEuiOverflowScroll('y')}
262
`}
263
/>
264
</EuiPopover>
0 commit comments