go-saloon / saloon-legacy

A place to chat and communicate: a buffalo forum
BSD 3-Clause "New" or "Revised" License
85 stars 8 forks source link

saloon: floating footer prevents from interacting with html page #17

Closed sbinet closed 6 years ago

sbinet commented 6 years ago

the floating footer in application.html:

        <footer class="footer text-center fixed-bottom">
            <div>
                <ul class="list-inline">
                    <li class="text-muted">Saloon &copy; 2018</li>
                </ul>
            </div>
        </footer>

prevents from interacting with the html page in some cases (when it's floating over a button for example.)

remove it or make it stick at the bottom.