diff --git a/assets/css/styles.scss b/assets/css/styles.scss
index c2dde5e64..0288f8a6c 100644
--- a/assets/css/styles.scss
+++ b/assets/css/styles.scss
@@ -22,10 +22,12 @@ $responsiveWidth: 768px;
::-webkit-scrollbar {
width: 4px;
height: 4px;
+ border-radius: 4px;
background-color: var(--bg-dark-color);
}
::-webkit-scrollbar-thumb {
+ border-radius: 4px;
background-color: var(--fg-light-color);
&:hover {
diff --git a/components/collections/importExportCollections.vue b/components/collections/importExportCollections.vue
index 68afd7312..cefe74f67 100644
--- a/components/collections/importExportCollections.vue
+++ b/components/collections/importExportCollections.vue
@@ -4,7 +4,7 @@
-
-
Import / Export Collections
+
{{ $t("import_export") }} {{ $t("collections") }}