Skip to content

Commit

Permalink
CONCD-871 fixing a bug where actions sometimes is displayed in the mi…
Browse files Browse the repository at this point in the history
…ddle of the card, rather than at the top (#2460)
  • Loading branch information
rasarkar authored Jul 18, 2024
1 parent a5a4cd7 commit 5513d20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion concordia/static/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,8 @@ $card-progress-height: 12px;
z-index: 3;

/* stylelint-disable selector-class-pattern */
.view-transcriptions--item-detail & {
.view-transcriptions--item-detail &,
.view-transcriptions--filtered-item-detail & {
top: 0;
}
/* stylelint-enable selector-class-pattern */
Expand Down

0 comments on commit 5513d20

Please sign in to comment.