Skip to content

Commit b41a64b

Browse files
ckjmattrobenolt
authored andcommitted
Resolve mobile dropdown-menu z-index issue (closes GH-2606)
1 parent 40563bd commit b41a64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/static/sentry/less/shared-components.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ table.integrations {
14991499
padding-bottom: 3px;
15001500
max-width: 250px;
15011501
top: 30px;
1502-
z-index: 100;
1502+
z-index: 1000;
15031503
font-size: 13px;
15041504

15051505
.form-control {

0 commit comments

Comments
 (0)