V15 Bugfix: Horizontal scrollbar in Media section #19479 (#19541)

fix to stop the scroll bar appearing in the media section.
This commit is contained in:
Lili
2025-06-30 13:52:35 +01:00
committed by Niels Lyngsø
parent 283e6b2ff0
commit d6a66bc4d8

View File

@@ -118,6 +118,7 @@ export class UmbDropzoneMediaElement extends UmbInputDropzoneElement {
z-index: 100;
border-radius: var(--uui-border-radius);
border: 1px solid var(--uui-color-focus);
box-sizing:border-box;
}
`,
];