Prevent overflow in Model3D (#8975)

* add overflow and radius css properties

* add changeset

* add changeset

* add changes to input

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Hannah 2024-08-05 17:48:42 +01:00 committed by GitHub
parent a043b0c985
commit 3feea64a65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/model3d": minor
"gradio": minor
---
feat:Prevent overflow in Model3D

View File

@ -118,6 +118,8 @@
position: relative;
width: var(--size-full);
height: var(--size-full);
border-radius: var(--block-radius);
overflow: hidden;
}
.model3D :global(canvas) {
width: var(--size-full);

View File

@ -140,6 +140,8 @@
align-items: center;
width: var(--size-full);
height: var(--size-full);
border-radius: var(--block-radius);
overflow: hidden;
}
.input-model :global(canvas) {