Skip to content

Commit

Permalink
(fix) O3-3415: Update scroll height in form-renderer and interactive (#…
Browse files Browse the repository at this point in the history
…370)

* (fix) O3-3415 : Update scroll height in form-renderer and interactive-builder

* removed horizontal scroll

---------

Co-authored-by: Nethmi Rodrigo <[email protected]>
  • Loading branch information
Muta-Jonathan and NethmiRodrigo authored Jan 17, 2025
1 parent 31805ed commit 5d07aea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/form-renderer/form-renderer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
background-color: colors.$white-0;
padding: 1rem;
overflow-y: scroll;
height: 100vh;
overflow-x: hidden;
height: 95vh;
}

.loadingContainer {
Expand Down
3 changes: 3 additions & 0 deletions src/components/interactive-builder/interactive-builder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
@use '@carbon/type';

.container {
overflow-y: scroll;
overflow-x: hidden;
height: 95vh;
:global(.cds--modal-content:focus) {
outline: none;
}
Expand Down

0 comments on commit 5d07aea

Please sign in to comment.