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

Revert z-index from design management to show comment modal

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