Skip to content

Commit

Permalink
inc2734/snow-monkey-blocks #759
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Mar 11, 2024
1 parent 60fa51d commit 6898149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/css/app/layout/_body/_app.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.#{ $_prefix }l-body {
visibility: visible;
overflow-x: hidden;
overflow-x: clip;
}

// Blank / One column full
Expand Down
6 changes: 2 additions & 4 deletions src/css/app/layout/_contents/_app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,15 @@
.#{ $_prefix }l-contents {
--contents--gap: var(--_margin2);

overflow-x: clip;

&__inner {
max-width: 100%;
}

&__sidebar {
@include _set-content-level(1);
}

&[data-with-sidebar="false"] {
overflow: hidden;
}
}

/**
Expand Down

0 comments on commit 6898149

Please sign in to comment.