Skip to content

Commit

Permalink
Fix: Position bp-content left in fullscreen (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Chan authored Apr 5, 2019
1 parent 5e33773 commit 2f191b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/viewers/doc/_docBase.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ $thumbnail-sidebar-width: 226px;
&.bp-thumbnails-open {
.bp-content {
left: $thumbnail-sidebar-width;

&.bp-is-fullscreen {
left: 0;
}
}

.bp-thumbnails-container {
Expand Down

0 comments on commit 2f191b8

Please sign in to comment.