Skip to content

Commit 4a0344d

Browse files
committed
Add comment
1 parent 14eb6c4 commit 4a0344d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Elastic.Documentation.Site/Assets/web-components/VersionDropdown.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ const VersionDropdown = ({
252252
.euiContextMenuPanel__title {
253253
position: sticky;
254254
top: 0;
255+
// !important because clicking on the title
256+
// makes the background transparent
257+
// and you unexpectedly see the items behind it.
255258
background-color: ${euiTheme.colors
256259
.backgroundBasePlain} !important;
257260
}

0 commit comments

Comments
 (0)