.app-container{display:flex;width:100%;height:100vh;overflow:hidden}.panel-left{position:relative;background:#f9f9f9;height:100%;overflow:hidden;transition:width .1s}.panel-right{flex:1;background:#fff;height:100%;overflow:auto}.divider{width:5px;cursor:col-resize;background-color:#ccc;height:100%;z-index:10}html,body,#root{margin:0;padding:0;height:100%;font-family:sans-serif;background-color:#f5f5f5;overflow:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background-color:#bbb;border-radius:10px}
