Skip to content

Commit

Permalink
fix(Teacher Library): Ensure checkbox appears at top of library unit …
Browse files Browse the repository at this point in the history
…card (#1607)
  • Loading branch information
breity authored Feb 2, 2024
1 parent b255242 commit 0f9bb1c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ $config: mat.define-typography-config();
right: 10px;
}

.library-project__checkbox {
.mat-mdc-checkbox.library-project__checkbox {
position: absolute;
top: 0;
z-index: 1;
border-end-end-radius: $button-border-radius;
}

0 comments on commit 0f9bb1c

Please sign in to comment.