Skip to content

Commit

Permalink
fix(client): add overflow-x: auto to page layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Oct 13, 2023
1 parent d52234d commit 6841712
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
min-height: 100vh;
margin-left: auto;
margin-right: auto;
overflow-x: auto;
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

.layout-full-width-page {
min-height: 100vh;
overflow-x: auto;
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
min-height: 100vh;
display: flex;
flex-direction: column;
overflow-x: auto;
}

0 comments on commit 6841712

Please sign in to comment.