Skip to content

Commit

Permalink
completely drop scroll-lock from mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ValKozz committed Apr 2, 2024
1 parent 21941b9 commit 991f321
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,6 @@
overflow-x: clip !important;
}

.scroller {
scroll-snap-align: start;
}

.scroller-end {
scroll-snap-align: end;
}

#page-title:hover {
filter: drop-shadow(0 0 10em #646cffaa);
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/footer.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@media (max-width: 480px) {
#end-comparment {
width: 100vw;
display: flex;
}

#footer {
Expand Down Expand Up @@ -28,7 +29,6 @@

@media (min-width: 481px) {
#end-comparment {
margin-top: 10%;
width: 100vw;
height: 20vh;
}
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: var(--dark);
padding-bottom: 25px;
}

a {
Expand All @@ -36,6 +35,7 @@ body {
display: flex;
place-items: center;
min-height: 100vh;
margin: 0;
}

button {
Expand Down

0 comments on commit 991f321

Please sign in to comment.