Skip to content

Commit

Permalink
Fixed broken mask on pages with max-width: 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiuryy committed Jun 13, 2017
1 parent c6f9920 commit d6b3f49
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/css/content.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/css/content.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/css/content.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/scss/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ body > div#blockbyte-bs-indicator[data-pos='left'].blockbyte-bs-visible.blockbyt
// Sidebar
body > iframe#blockbyte-bs-sidebar {
width: $__sidebarWidth;
max-width: none;
height: 0;
z-index: #{2147483647 - 1};
background-color: $__sidebarMaskColor;
Expand Down Expand Up @@ -95,6 +96,7 @@ body > iframe#blockbyte-bs-sidebar {
// Overlay
body > iframe#blockbyte-bs-overlay {
width: 100%;
max-width: none;
height: 100%;
z-index: 2147483647;
border: none;
Expand Down

0 comments on commit d6b3f49

Please sign in to comment.