Skip to content

Commit

Permalink
Add slight border to scroll indicator for visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Sep 6, 2023
1 parent a6b2b2f commit 9e30c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Login/RegisterForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export default {
left: 50%;
transform: translateX(-50%);
background-color: rgba(255, 255, 255, 0.9);
border: 1px solid #ccc;
padding: 2px 5px;
border-radius: 4px;
}
Expand Down

0 comments on commit 9e30c70

Please sign in to comment.