Commit 379d779
authored
css: fix computer diagram margin that blocks down arrow (#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 6bb8d97 commit 379d779
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6878 | 6878 | | |
6879 | 6879 | | |
6880 | 6880 | | |
6881 | | - | |
| 6881 | + | |
6882 | 6882 | | |
6883 | 6883 | | |
6884 | | - | |
6885 | 6884 | | |
6886 | 6885 | | |
6887 | 6886 | | |
| |||
0 commit comments