diff --git a/kg-style.css b/kg-style.css
index 11bc6f9ccbe22129c5d956e95690c37a91383af4..189425f7168529f57bf995365e04fd492b46890f 100644
--- a/kg-style.css
+++ b/kg-style.css
@@ -2,6 +2,35 @@
     display: flex;
 }
 
+.detail-view-info-area::-webkit-scrollbar {
+    width: 6px;
+    background-color: #F5F5F5;
+}
+
+.detail-view-info-area::-webkit-scrollbar-track {
+    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
+    background-color: #F5F5F5;
+}
+
+.detail-view-info-area::-webkit-scrollbar-thumb {
+    background-color: darkgray;
+}
+
+.bottom-container-tab-content::-webkit-scrollbar {
+    width: 6px;
+    height: 8px;
+    background-color: #F5F5F5;
+}
+
+.bottom-container-tab-content::-webkit-scrollbar-track {
+    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
+    background-color: #F5F5F5;
+}
+
+.bottom-container-tab-content::-webkit-scrollbar-thumb {
+    background-color: darkgray;
+}
+
 .node-label {
     font-size: 14px;
     color: white;
@@ -144,7 +173,7 @@
 
 .bottom-container-links {
     width: 100%;
-    height: 92px;
+    height: 100px;
     display: block;
 }