Skip to content

Commit 9487fc0

Browse files
authored
add scroll to elements (#152)
1 parent c330382 commit 9487fc0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

core/apps/ame/src/assets/i18n/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
"LOADING_NAMESPACES": "Loading Namespaces...",
292292
"SAVE_MESSAGE": "To see your current Model in the below list, save it to workspace.",
293293
"CALL_TO_ACTION": "Currently the workspace doesn't have any files. Click the button bellow to import namespaces!",
294-
"IMPORT_BUTTON": "Import Namespaces"
294+
"IMPORT_BUTTON": "Import Package"
295295
},
296296
"ACTIONS": {
297297
"SEARCH_ELEMENTS": "Search elements...",
@@ -548,4 +548,4 @@
548548
}
549549
}
550550
}
551-
}
551+
}

core/libs/sidebar/src/lib/sidebar-samm-elements/sidebar-samm-elements.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,8 @@
4242
gap: 20px;
4343
margin-top: 28px;
4444
grid-template-columns: 100%;
45+
width: 100%;
46+
height: calc(100% - 75px);
47+
overflow-x: visible;
48+
overflow-y: scroll;
4549
}

0 commit comments

Comments
 (0)