Skip to content

Commit

Permalink
MAT-7723a: partial
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcphillips committed Nov 7, 2024
1 parent 5ee05f6 commit fb785a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/cqlLibraryEditor/CqlLibraryEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const CqlLibraryEditor = ({
onChange={onChange}
value={value}
inboundAnnotations={inboundAnnotations}
height="calc(100vh - 135px)"
height="100%"
readOnly={readOnly}
setOutboundAnnotations={setOutboundAnnotations}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/editCqlLibrary/EditCQLLibrary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
position: sticky;
bottom: 0;
left: 0;
z-index: 10;
z-index: 99;
padding: 0 32px;
background: #ffffff;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
Expand Down

0 comments on commit fb785a7

Please sign in to comment.