Bug Fixes:

- Zone Selection Panel moves to the bottom when the bottom panel is hidden.
- Zone Selection Panel gets hidden by 3D widgets when switching zones.
- Template image not rendering on the Template page despite being saved.
This commit is contained in:
Nalvazhuthi
2025-04-10 18:13:41 +05:30
46 changed files with 945 additions and 465 deletions

View File

@@ -45,6 +45,7 @@ input {
.toggle-header-container {
@include flex-center;
padding: 6px 12px;
margin: 6px 0;
.toggle-header-item {
width: 100%;
@@ -553,6 +554,7 @@ input {
.input-value {
width: 42px;
text-align: center;
&::-webkit-inner-spin-button,
&::-webkit-outer-spin-button {
-webkit-appearance: none;
@@ -654,4 +656,4 @@ input {
.multi-email-invite-input.active {
border: 1px solid var(--accent-color);
}
}
}