Browse Source

scrollbar bg = panel bg (#28479)

ycw 1 year ago
parent
commit
0bc990f5f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/css/main.css

+ 1 - 1
editor/css/main.css

@@ -762,7 +762,7 @@ select {
 	}
 
 		.TabbedPanel .Tabs::-webkit-scrollbar {
-			background: #222;
+			background: #111;
 		}
 
 		.TabbedPanel .Tab {