Skip to content

Commit

Permalink
fix: 消息通知弹框居中 TencentBlueKing#3154
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 13721
  • Loading branch information
hLinx committed Aug 1, 2024
1 parent d36cef8 commit 89330b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/frontend/src/css/bk-patch.css
Original file line number Diff line number Diff line change
Expand Up @@ -311,3 +311,10 @@
[data-bkpop-container="true"] .bk-dialog-wrapper .bk-dialog{
top: initial !important;
}

.bk-notice-component-dialog.bk-dialog-wrapper {
.bk-dialog-content{
position: relative !important;
overflow: hidden;
}
}

0 comments on commit 89330b0

Please sign in to comment.