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 14eb6c4 commit 4a0344dCopy full SHA for 4a0344d
src/Elastic.Documentation.Site/Assets/web-components/VersionDropdown.tsx
@@ -252,6 +252,9 @@ const VersionDropdown = ({
252
.euiContextMenuPanel__title {
253
position: sticky;
254
top: 0;
255
+ // !important because clicking on the title
256
+ // makes the background transparent
257
+ // and you unexpectedly see the items behind it.
258
background-color: ${euiTheme.colors
259
.backgroundBasePlain} !important;
260
}
0 commit comments