This commit is contained in:
2025-07-14 17:26:57 +00:00
parent 95e92a5533
commit 193b1f5234
6 changed files with 409 additions and 10 deletions

View File

@@ -125,7 +125,7 @@ export class SioCombox extends DeesElement {
border-radius: ${unsafeCSS(radius['2xl'])};
border: 1px solid ${bdTheme('border')};
box-shadow: ${unsafeCSS(shadows.xl)};
overflow: hidden;
overflow: visible;
font-family: ${unsafeCSS(fontFamilies.sans)};
position: relative;
transform-origin: bottom right;
@@ -164,6 +164,8 @@ export class SioCombox extends DeesElement {
.container {
display: flex;
height: 100%;
overflow: visible;
border-radius: ${unsafeCSS(radius['2xl'])};
}
/* Responsive layout */