From 4dccbb68399da2d46943b8d613585afb49aa5455 Mon Sep 17 00:00:00 2001
From: sean.zhou <sean.zhou@dji.com>
Date: Fri, 22 Jul 2022 20:48:54 +0800
Subject: [PATCH] V1.1.0 for dock

---
 src/styles/common.scss |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/src/styles/common.scss b/src/styles/common.scss
index eae2982..6d41b09 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -10,10 +10,22 @@
   // Prevent font enlargement in horizontal screen
   text-size-adjust: 100%;
 
-  font-family: Roboto, sans-serif-medium, Arial, sans-serif;
+  font-family: sans-serif, Roboto, sans-serif-medium, Arial;
+  font-feature-settings: normal;
   color: $main-text-color;
   font-size: 14px;
 
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
+  ::-webkit-scrollbar {
+    width: 8px;
+    height: 8px;
+    background: transparent;
+  }
+  
+  ::-webkit-scrollbar-thumb {
+    border-radius: 4px;
+    border: none;
+    background: rgb(89, 89, 89);
+  }
 }
\ No newline at end of file

--
Gitblit v1.9.3