Skip to content

Commit

Permalink
Merge pull request #101 from casper-network/css-overflow-improvements
Browse files Browse the repository at this point in the history
MODIFIED: better overflow handling
  • Loading branch information
sd-ditoy authored Aug 22, 2024
2 parents 403d419 + 47a903d commit 4dc01b8
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 4dc01b8

Please sign in to comment.