Skip to content

Commit

Permalink
update overscroll-behavior*
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoglvm committed Jan 19, 2024
1 parent 57ef492 commit 2317945
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ body {
color: var(--text-color);
background: var(--bg-desktop) no-repeat center center fixed;
background-size: cover;
overscroll-behavior: none;
}

body * {
Expand Down Expand Up @@ -241,8 +242,6 @@ fieldset {
background-position: center top;
background-attachment: scroll;
background-size: cover;
overscroll-behavior: contain;
background-color: rgba(18, 54, 90, 0.6);
}

.form {
Expand Down

0 comments on commit 2317945

Please sign in to comment.