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.
Description
The sticky footer styles defined in
template.less
include that the page's body element getsdisplay: 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
Workaround
I disabled the whole sticky footer section in
template.less
and things work again.