Skip to content
代码片段 群组 项目
未验证 提交 c62eefed 编辑于 作者: Andrew Fontaine's avatar Andrew Fontaine 提交者: GitLab
浏览文件

Merge branch 'rmistry-zindex-design-management-issue' into 'master'

Revert z-index from design management to show comment modal

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/149750



Merged-by: default avatarAndrew Fontaine <afontaine@gitlab.com>
Approved-by: default avatarAndrew Fontaine <afontaine@gitlab.com>
Reviewed-by: default avatarJannik Lehmann <jlehmann@gitlab.com>
Co-authored-by: default avatarRajan Mistry <rmistry@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
$design-pin-diameter: 28px; $design-pin-diameter: 28px;
$design-pin-diameter-sm: 24px; $design-pin-diameter-sm: 24px;
$t-gray-a-16-design-pin: rgba($black, 0.16); $t-gray-a-16-design-pin: rgba($black, 0.16);
$zindex-design-detail: 1061;
.design-card-header { .design-card-header {
background: transparent; background: transparent;
...@@ -15,7 +14,6 @@ $zindex-design-detail: 1061; ...@@ -15,7 +14,6 @@ $zindex-design-detail: 1061;
.design-detail { .design-detail {
bottom: $calc-application-footer-height; bottom: $calc-application-footer-height;
z-index: $zindex-design-detail;
.comment-indicator { .comment-indicator {
border-radius: 50%; border-radius: 50%;
......
...@@ -122,8 +122,12 @@ export default { ...@@ -122,8 +122,12 @@ export default {
</user-callout-dismisser> </user-callout-dismisser>
</template> </template>
<style lang="scss"> <style lang="scss">
.duo-chat-callout-popover.bs-popover-bottom > .arrow::after { .duo-chat-callout-popover {
border-bottom-color: #c4bae2; z-index: 1001;
top: 1px;
&.bs-popover-bottom > .arrow::after {
border-bottom-color: #c4bae2;
top: 1px;
}
} }
</style> </style>
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册