Skip to content

Commit

Permalink
fix(thumbnails): Fix position of ContentPreview navigate button (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoffan authored Apr 29, 2021
1 parent f8e8b8b commit 086752a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/viewers/doc/_docBase.scss
Original file line number Diff line number Diff line change
Expand Up @@ -410,3 +410,9 @@ $thumbnail-sidebar-width: 191px; // Extra pixel to account for sidebar border
display: none;
}
}

/* stylelint-disable declaration-no-important */
.bcpr.bcpr-thumbnails-open .bcpr-navigate-left {
left: $thumbnail-sidebar-width !important; // TODO: Move to BUIE once this release is in production
}
/* stylelint-enable declaration-no-important */

0 comments on commit 086752a

Please sign in to comment.