File size: 537 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
.github-deployments-installations-select {
.select-dropdown,
.select-dropdown__header {
height: 40px !important;
}
}
.is-section-github-deployments {
// overwrite notices z-index so they are visible on top of the repository selection modal
.global-notices {
// This should be - z-index: z-index("root", ".is-section-github-deployments .global-notices")
// but the @automattic/onboarding/styles/mixins import overwrites the z-index function on client/assets/stylesheets/shared/functions/_z-index.scss
z-index: 100201;
}
}
|