Skip to content

Commit 2c825e5

Browse files
committed
Prettier
1 parent 66237d1 commit 2c825e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,12 +249,13 @@ const VersionDropdown = ({
249249
cursor: default;
250250
}
251251
}
252-
.euiContextMenuPanel > div:not(.euiContextMenuPanel__title) {
252+
.euiContextMenuPanel
253+
> div:not(.euiContextMenuPanel__title) {
253254
// I'm using this height so that the last element
254255
// is cut in half to make it clear to the user that
255256
// there is more content.
256257
max-height: 28.3rem;
257-
${useEuiOverflowScroll("y")}
258+
${useEuiOverflowScroll('y')}
258259
}
259260
.euiContextMenuPanel__title {
260261
background-color: ${euiTheme.colors

0 commit comments

Comments
 (0)