diff --git a/src/components/editCqlLibrary/EditCQLLibrary.scss b/src/components/editCqlLibrary/EditCQLLibrary.scss index 0a173cb..30731b9 100644 --- a/src/components/editCqlLibrary/EditCQLLibrary.scss +++ b/src/components/editCqlLibrary/EditCQLLibrary.scss @@ -69,8 +69,10 @@ height: 700px; .left-panel { - width: 75%; - overflow: hidden; + > div { + height: calc(100% - 40px); + overflow: auto; + } > .panel-content { padding-top: 32px; @@ -81,7 +83,6 @@ } .right-panel { - width: 25%; margin-left: 12px; > .panel-content { diff --git a/src/components/editCqlLibrary/EditCqlLibrary.tsx b/src/components/editCqlLibrary/EditCqlLibrary.tsx index b2c1fa6..15bedb9 100644 --- a/src/components/editCqlLibrary/EditCqlLibrary.tsx +++ b/src/components/editCqlLibrary/EditCqlLibrary.tsx @@ -394,7 +394,6 @@ const EditCqlLibrary = () => { />