Skip to content

Commit

Permalink
updates discussed in meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
bagrub committed Sep 4, 2024
1 parent 12020e0 commit 923b0ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cbp-dialog {
flex-direction: column;
position: fixed;
overflow-y: auto;
z-index: 9;
z-index: var(--cbp-z-index-level-top);
width: var(--cbp-dialog-width);
height: var(--cbp-dialog-height);
max-width: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class CbpDrawer {
controls={this.uid}
context="dark-always"
>
<cbp-icon name="circle-xmark"></cbp-icon>
<cbp-icon name="circle-xmark" size="1rem"></cbp-icon>
</cbp-button>

<slot />
Expand Down

0 comments on commit 923b0ec

Please sign in to comment.