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 66237d1 commit 2c825e5Copy full SHA for 2c825e5
src/Elastic.Documentation.Site/Assets/web-components/VersionDropdown.tsx
@@ -249,12 +249,13 @@ const VersionDropdown = ({
249
cursor: default;
250
}
251
252
- .euiContextMenuPanel > div:not(.euiContextMenuPanel__title) {
+ .euiContextMenuPanel
253
+ > div:not(.euiContextMenuPanel__title) {
254
// I'm using this height so that the last element
255
// is cut in half to make it clear to the user that
256
// there is more content.
257
max-height: 28.3rem;
- ${useEuiOverflowScroll("y")}
258
+ ${useEuiOverflowScroll('y')}
259
260
.euiContextMenuPanel__title {
261
background-color: ${euiTheme.colors
0 commit comments