Skip to content

Commit

Permalink
Fix overflow - #1579
Browse files Browse the repository at this point in the history
  • Loading branch information
libpitt committed Aug 12, 2024
1 parent 43a1392 commit e0082fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sass/components/modal.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
.modal {
&-body {
.sui-layout-body__inner {
margin-top: 20px;
}
}
&-xxl {
width: 80%;
max-width: inherit;
Expand Down
3 changes: 3 additions & 0 deletions src/sass/components/sui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@
-ms-flex: 0 0 300px;
flex: 0 0 300px;
padding: 0 32px 0 0;
@media (max-width: 1350px) {
flex: inherit;
}
}

.sui-layout-sidebar--toggled {
Expand Down

0 comments on commit e0082fb

Please sign in to comment.