I have a long scrolling form. At the bottom of the screen, regardless of the what part of the form is shown, i need to have a container with buttons i.e. the container is always visible at the bottom of the user’s screen as the user scrolls up and down the form.
I entered the fixed-bottom class with project properties where the BS4 container, which should stay at the bottom, was selected. Just after “class” type: fixed-bottom.
Thanks for your code snippet. “calc(100% - 50px)” is an excellent solution I had not thought of in places where I could have needed it and still could use it.