Skip to content

Commit

Permalink
fix template dropdown overflow issue (#3613)
Browse files Browse the repository at this point in the history
  • Loading branch information
YannanGao-gs authored Oct 17, 2024
1 parent 5f661e5 commit d5a5e0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changeset/quiet-donkeys-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
'@finos/legend-extension-dsl-data-space': patch
---
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
height: 50vh;
width: 20vw;
pointer-events: all;
overflow: scroll;

&__container {
&__root {
Expand Down

0 comments on commit d5a5e0b

Please sign in to comment.