Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
fix white-line
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya101master committed Nov 20, 2022
1 parent b602187 commit c31cd7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
position: fixed;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
height: 110vh;
z-index: -1;
overflow-y: scroll;
-ms-overflow-style: none; /* IE and Edge */
Expand Down
2 changes: 1 addition & 1 deletion src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
display: flex;
flex-direction: column;
align-items: center;
padding: 1em;
padding-bottom: 10vh;
justify-content: space-evenly;
min-height: 90vh;
}
Expand Down

0 comments on commit c31cd7d

Please sign in to comment.