18.07.2016, 07:51
Create a custom CSS class top and set it for all elements that should be above all other elements. Note that this will only work in the visualization, but not in the editor.
Code:
.top {
z-index: 100 !important;
}