Skip to content

Commit

Permalink
MODIFIED: better overflow handling
Browse files Browse the repository at this point in the history
  • Loading branch information
sd-ditoy committed Aug 21, 2024
1 parent 403d419 commit 47a903d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions src/assets/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ html, body {
padding: 0;
box-sizing: border-box;
background-color: var(--color-lighthouse);

&.no-scroll {
overflow: hidden;
}
&.hide-x {
}
}

#app {
Expand Down
1 change: 1 addition & 0 deletions src/components/blocks/Stack.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export default {
@import '~scss/variables';
.stack {
overflow: hidden;
& > .container {
display: block;
padding: 100px 30px;
Expand Down

0 comments on commit 47a903d

Please sign in to comment.