Fix click access to scrollbar when design zooming
What does this MR do?
When zoomed in on a design, the horizontal scrollbar is currently inaccessible via a mouseclick. This is because the wrapper element of design-scaler
uses padding to offset it from the bottom of the page, and it has z-index: 1
.
Using margin (i.e. .mb-4
) fixes the issue