Skip to content

Commit 32a4fbe

Browse files
V15 Bugfix: Horizontal scrollbar in Media section #19479 (#19541)
fix to stop the scroll bar appearing in the media section.
1 parent cc2f1df commit 32a4fbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Web.UI.Client/src/packages/media/media/dropzone/dropzone-media.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export class UmbDropzoneMediaElement extends UmbInputDropzoneElement {
126126
z-index: 100;
127127
border-radius: var(--uui-border-radius);
128128
border: 1px solid var(--uui-color-focus);
129+
box-sizing:border-box;
129130
}
130131
`,
131132
];

0 commit comments

Comments
 (0)