Fix Double Sliders on Manage Protected Zones Interface [SYNTH-164] - #1396
Merged
Conversation
PepperLola
enabled auto-merge (squash)
July 9, 2026 22:32
BrandonPacewic
added a commit
that referenced
this pull request
Jul 13, 2026
* 'dev' of github.com:Autodesk/synthesis: (61 commits) update in more places Make Zone Config Panel Pretty `[SYNTH-225]` (#1402) Fix Mirabuf Loader Tests Merge Assetpack Properly fix: re-render scoring zones after resetting preferences Fix Double Sliders on Manage Protected Zones Interface `[SYNTH-164]` (#1396) format move divider revert to dim green InputSchemeSelection: SchemeSelector: call useStateContext InputSchemeSelection: extract SchemeSelector component format LabelWithTooltip: handle props correctly InputSchemeSelection: SchemeSelector: handle props correctly remove unneeded block simplify jsx ternary StyledComponents: take props correctly don't call react components directly Switch All Icons to SynthesisIcon `[SYNTH-202]` (#1387) Update GH Action Versions `[SYNTH-108]` (#1389) ...
BrandonPacewic
added a commit
that referenced
this pull request
Jul 14, 2026
* 'dev' of github.com:Autodesk/synthesis: (96 commits) update in more places Make Zone Config Panel Pretty `[SYNTH-225]` (#1402) Fix Mirabuf Loader Tests Merge Assetpack Properly fix: re-render scoring zones after resetting preferences Fix Double Sliders on Manage Protected Zones Interface `[SYNTH-164]` (#1396) format move divider revert to dim green InputSchemeSelection: SchemeSelector: call useStateContext InputSchemeSelection: extract SchemeSelector component format LabelWithTooltip: handle props correctly InputSchemeSelection: SchemeSelector: handle props correctly remove unneeded block simplify jsx ternary StyledComponents: take props correctly don't call react components directly Switch All Icons to SynthesisIcon `[SYNTH-202]` (#1387) Update GH Action Versions `[SYNTH-108]` (#1389) ...
BrandonPacewic
added a commit
that referenced
this pull request
Jul 14, 2026
…add-joints * origin/dev: (72 commits) fix: `.npmrc` ignore fix: make assetpack tests actually fail on problems chore: move ignore to top level dir chore: global dot ignore fix: remove npmrc for github actions chore: fix ci failures feat: top level mira assembly urdf tagging update in more places Make Zone Config Panel Pretty `[SYNTH-225]` (#1402) Fix Mirabuf Loader Tests Merge Assetpack Properly feat: optimize obj parser fix: axis joints for wheel baised on urdf imports feat: add gltf parser fix: re-render scoring zones after resetting preferences Fix Double Sliders on Manage Protected Zones Interface `[SYNTH-164]` (#1396) format fix: refactor review comments & enable obj support move divider revert to dim green ...
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Task
SYNTH-164
Symptom
When opening Protected Zones in the configure assets panel , there is a scrollbar covering the panel and one covering just the Manage Protected Zones Interface.
Solution
Removed the extra inner scroll container, so the protected zones screen no longer creates a nested scrolbar
Verification
Before merging, ensure the following criteria are met: