@ -43,6 +43,9 @@ const LogBar: React.FC<LogBarProps> = () => {
<ResizeBox
className={styles.logBar}
directions={['top']}
style={{
height: 250
}}
>
<Tabs
type="card-gutter"
@ -1,6 +1,5 @@
.logBar {
width: calc(100% - 220px);
min-height: 250px;
position: absolute;
bottom: 0;
right: 0;