Skip to content

Commit

Permalink
refactor: 增加 modal 样式
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Aug 23, 2024
1 parent f5fc621 commit 331aa45
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
margin: 0 calc(0px - var(--bb-winbox-body-padding));
}

.winbox.modal {
display: block;
overflow: hidden;
}

[data-bs-theme='dark'] .winbox {
background: var(--bb-winbox-bg-dark);
}

0 comments on commit 331aa45

Please sign in to comment.