#webShellPanelInner ::-webkit-scrollbar{width:8px}#webShellPanelInner ::-webkit-scrollbar-track{background-color:var(--web-shell-scrollbar-track,#111)}#webShellPanelInner ::-webkit-scrollbar-thumb{background-color:var(--web-shell-scrollbar-thumb,#fac608);border-radius:5px}#webShellPanelInner ::-webkit-scrollbar-thumb:hover{background-color:var(--web-shell-scrollbar-thumb-hover,#d7aa04)}#webShellPanelInner ::-webkit-scrollbar-track:horizontal{background:revert;background-color:revert}#webShellPanelInner ::-webkit-scrollbar-thumb:horizontal{background:revert;background-color:revert;border-radius:revert}#webShellPanelInner ::-webkit-scrollbar-thumb:horizontal:hover{background:revert;background-color:revert;border-radius:revert}@supports not selector(::-webkit-scrollbar-thumb){#webShellPanelInner *{scrollbar-color:var(--web-shell-scrollbar-thumb,#fac608)var(--web-shell-scrollbar-track,#111)}}