Hi,

It is possible to put the submit button on the top of the pop-up? Or maybe do the table header sticky and put it also there, that will be the best choice. Is this possible?

Thanks!

Comments

tfranz’s picture

I "solved" it with just CSS:

input#edit-ervw-submit {
position: absolute;
top: 25px;
right: 20px;
}