From 9e30c70897558da0ab64a0c4367e929995cbd8aa Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Wed, 6 Sep 2023 12:21:07 -0400 Subject: [PATCH] Add slight border to scroll indicator for visibility --- client/src/components/Login/RegisterForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/Login/RegisterForm.vue b/client/src/components/Login/RegisterForm.vue index 314ab312846a..07aef72d72b3 100644 --- a/client/src/components/Login/RegisterForm.vue +++ b/client/src/components/Login/RegisterForm.vue @@ -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; }