UNPKG

@luozhu/create-vscode-webview

Version:
11 lines (10 loc) 196 B
// 隐藏 scrollbar http://caibaojian.com/hide-scrollbar.html #root::-webkit-scrollbar { width: 0 !important; } #root { -ms-overflow-style: none; } #root { overflow: -moz-scrollbars-none; }