diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 000000000..df70c21e7
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "deepcode.review.results.hideInformationIssues": false
+}
\ No newline at end of file
diff --git a/README.md b/README.md
index af5e289d4..0871748fa 100644
--- a/README.md
+++ b/README.md
@@ -203,6 +203,7 @@ See the [CHANGELOG](CHANGELOG.md) file for details.
 Nick Palenchar 💻 |
 Thomas Yuba 💻 |
 Nicholas La Roux 💻 |
+  Jacob Anavisca 💻 |
diff --git a/assets/css/styles.scss b/assets/css/styles.scss
index 9a05801fa..844b690b3 100644
--- a/assets/css/styles.scss
+++ b/assets/css/styles.scss
@@ -7,14 +7,15 @@ $responsiveWidth: 720px;
::-webkit-scrollbar {
width: 8px;
+ height: 8px;
}
::-webkit-scrollbar-thumb {
- background-color: rgba(0, 0, 0, .3);
+ background-color: rgba(0, 0, 0, .5);
}
::-webkit-scrollbar-thumb:hover {
- background-color: rgba(0, 0, 0, .5);
+ background-color: rgba(0, 0, 0, .6);
}
::placeholder {
diff --git a/components/history.vue b/components/history.vue
index 360c04dc3..a3d4d8882 100644
--- a/components/history.vue
+++ b/components/history.vue
@@ -29,7 +29,7 @@
@@ -51,9 +51,7 @@
-
-
+
-
diff --git a/components/modal.vue b/components/modal.vue
index 576e9928e..5ad717883 100644
--- a/components/modal.vue
+++ b/components/modal.vue
@@ -1,60 +1,58 @@
-
-
-
-
+
@@ -186,7 +194,7 @@