I believe for longer sections the scrollable modal dialog would be better, as the previous-next button would be visible at the bottom of the modal in the footer all the time.
All you need to do is add an extra class to the
\grid\templates\grid.mustache
file at line 105
instead of
<div class="modal-dialog">
change it to
<div class="modal-dialog modal-dialog-scrollable">
and the popup looks way better, you don't have to scroll down to the bottom to be able to go to the next section.
I hope you like the idea, it is an easy one.
Thanks
Ferenc
I believe for longer sections the scrollable modal dialog would be better, as the previous-next button would be visible at the bottom of the modal in the footer all the time. All you need to do is add an extra class to the \grid\templates\grid.mustache file at line 105 instead of
<div class="modal-dialog">
change it to<div class="modal-dialog modal-dialog-scrollable">
and the popup looks way better, you don't have to scroll down to the bottom to be able to go to the next section. I hope you like the idea, it is an easy one. Thanks Ferenc