dokuwiki-template-bootstrap3
dokuwiki-template-bootstrap3 copied to clipboard
Sticky footer breaks responsive tables
Description
The sticky footer styles defined in template.less include that the page's body element gets display: flex. This causes that responsive tables do not show their own scrollbar anymore. Instead one scrollbar for the whole page appears which actually makes any responsive behaviour impossible.
Steps to reproduce
Add some tables with many columns and/or long text.
Expected behavior: standard bootstrap behaviour
Actual behavior: unresponsive horizontal scrollbar
Versions
- Latest Bootstrap3 Template
- Latest DokuWiki
- PHP 7.1
- Tested in latest Firefox and Chrome
Workaround
I disabled the whole sticky footer section in template.less and things work again.
Possibly slightly references #411 as BS4 uses flex where BS3 does not.