diff --git a/src/style.scss b/src/style.scss index 46e60a3..4ef81ed 100644 --- a/src/style.scss +++ b/src/style.scss @@ -740,20 +740,6 @@ input { top: calc(50% - 15px); } -::-webkit-scrollbar { - width: 8px; - height: 8px; -} -::-webkit-scrollbar-track { - background: #202020; -} -::-webkit-scrollbar-thumb { - background: #aaaaaa; -} -/* ::-webkit-scrollbar-corner { - background: $editor-tooltip-bg; -} */ - #panel-left.collapsed #scene-container, #panel-left.collapsed .header { display: none !important; }