Skip to content

Commit d6a66bc

Browse files
Lili-Rossiternielslyngsoe
authored andcommitted
V15 Bugfix: Horizontal scrollbar in Media section #19479 (#19541)
fix to stop the scroll bar appearing in the media section.
1 parent 283e6b2 commit d6a66bc

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
@@ -118,6 +118,7 @@ export class UmbDropzoneMediaElement extends UmbInputDropzoneElement {
118118
z-index: 100;
119119
border-radius: var(--uui-border-radius);
120120
border: 1px solid var(--uui-color-focus);
121+
box-sizing:border-box;
121122
}
122123
`,
123124
];

0 commit comments

Comments
 (0)