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 13b67e2 commit 2aa5744Copy full SHA for 2aa5744
packages/compass-generative-ai/src/components/ai-optin-modal.tsx
@@ -8,6 +8,7 @@ import {
8
spacing,
9
palette,
10
} from '@mongodb-js/compass-components';
11
+// eslint-disable-next-line @mongodb-js/compass/no-leafygreen-outside-compass-components
12
import MarketingModal from '@leafygreen-ui/marketing-modal';
13
import { AiImageBanner } from './ai-image-banner';
14
import { closeOptInModal, optIn } from '../store/atlas-optin-reducer';
@@ -85,9 +86,6 @@ export const AIOptInModal: React.FunctionComponent<OptInModalProps> = ({
85
86
87
return (
88
<MarketingModal
- className={css({
89
- zIndex: '99999',
90
- })}
91
showBlob
92
title="Use AI Features in Data Explorer"
93
open={isOptInModalVisible}
0 commit comments