Skip to content

Commit 3ca5d66

Browse files
yadvrPhilipp Bankonier
authored andcommitted
css: fix computer diagram margin that blocks down arrow (apache#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.
1 parent 70aa382 commit 3ca5d66

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ui/css/cloudstack3.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6689,10 +6689,9 @@ label.error {
66896689
.multi-wizard.instance-wizard .diagram .part.zone-plane {
66906690
width: 354px;
66916691
height: 117px;
6692-
background-position: 0px -55px;
6692+
background-position: -38px -55px;
66936693
/*+placement:displace -38px 259px;*/
66946694
position: absolute;
6695-
margin-left: -38px;
66966695
margin-top: 259px;
66976696
}
66986697

0 commit comments

Comments
 (0)