diff --git a/projects/icons/src/declarations/constants/icons/app-object-model-filled-icon.const.ts b/projects/icons/src/declarations/constants/icons/app-object-model-filled-icon.const.ts new file mode 100644 index 000000000..3f6ef53e2 --- /dev/null +++ b/projects/icons/src/declarations/constants/icons/app-object-model-filled-icon.const.ts @@ -0,0 +1,12 @@ +import { IconDefinition } from '../../../declarations/interfaces/icon-definition.interface'; + +export const appObjectModelFilledIcon: IconDefinition = { + name: 'app-object-model-filled', + data: ` + + + + + +`, +}; diff --git a/projects/kit/src/components/scrollable/components/scrollable/scrollable.component.scss b/projects/kit/src/components/scrollable/components/scrollable/scrollable.component.scss index ca9b55e87..006502e88 100644 --- a/projects/kit/src/components/scrollable/components/scrollable/scrollable.component.scss +++ b/projects/kit/src/components/scrollable/components/scrollable/scrollable.component.scss @@ -16,7 +16,7 @@ $padding-hover_hover-thumb-container: calc(($width_scrollbar - $width-hover_thum :host { display: block; width: var(--pupa-scrollable-width, 100%); - min-width: var(--pupa-scrollable-min-width, 100%); + min-width: var(--pupa-scrollable-min-width, inherit); height: 100%; overflow: auto; } @@ -181,6 +181,7 @@ $padding-hover_hover-thumb-container: calc(($width_scrollbar - $width-hover_thum left: $offset_line; top: 0.5rem; } + &__horizontal { width: calc(100% - 1rem); height: $width_line;