mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
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:
parent
a043b0c985
commit
3feea64a65
6
.changeset/rude-results-bow.md
Normal file
6
.changeset/rude-results-bow.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/model3d": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Prevent overflow in Model3D
|
@ -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);
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user