Skip to content

Commit

Permalink
[fix] auto는 hidden으로 #458
Browse files Browse the repository at this point in the history
  • Loading branch information
triplecheeseburger committed Aug 14, 2023
1 parent 4b60b32 commit b13d653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/layouts/AdsLayout.module.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.adsLayoutRow {
width: 100%;
height: 100%;
overflow-x: auto;
overflow-x: hidden;
overflow-y: scroll;
display: flex;
flex-direction: row;
Expand All @@ -11,7 +11,7 @@
.adsLayoutColumn {
width: 100%;
height: 100%;
overflow-x: auto;
overflow-x: hidden;
overflow-y: scroll;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit b13d653

Please sign in to comment.