rhtyd opened a new pull request #3225: css: fix computer diagram margin that blocks down arrow URL: https://github.com/apache/cloudstack/pull/3225 **Problem**: Down arrow key of the vertical scroll bar in the VM deployment wizard does not work. **Root Cause**: The computer diagram on the right side in the VM deployment wizard spills its margin on the left causing the arrow key to be blocked. **Solution**: Fix the `background-position` to get the correct position than `margin-left` for the `zone-panel`. With the fix, the left size arrow keys and vertical scrollbars are no longer under the diagram image and press-able now. ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [x] Bug fix (non-breaking change which fixes an issue) - [ ] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) ## Screenshots (if appropriate): Before the fix, as seen from dev tools:  The layout as seen in dev tools after the fix: 
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services