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 5252401 commit e8365cbCopy full SHA for e8365cb
static/app/views/dashboards/dashboard.tsx
@@ -630,6 +630,4 @@ const WidgetWidthWrapper = styled('div')`
630
left: 16px !important;
631
right: 16px !important;
632
width: auto !important;
633
- /* minimal working z-index */
634
- z-index: 6;
635
`;
static/app/views/dashboards/widgetCard/metricWidgetCard/inlineEditor.tsx
@@ -346,6 +346,8 @@ const InlineEditorWrapper = styled('div')`
346
padding: ${space(1)};
347
gap: ${space(1)};
348
width: 100%;
349
+ /* minimal z-index that allows dropdowns to expand over other dashboard elements */
350
+ z-index: 6;
351
352
353
const QueryDefinitionWrapper = styled('div')`
0 commit comments