Skip to content

Commit

Permalink
Fix editor screen overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Dec 12, 2023
1 parent 389dacd commit 638d88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/workspace/WorkSpace/WorkSpace.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.splitHorizontal {
display: flex;
flex-direction: row;
width: 100%;
width: calc(100% - 70px);
div[class*='gutter-horizontal'] {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
cursor: col-resize;
Expand Down

0 comments on commit 638d88d

Please sign in to comment.