giterlizzi / dokuwiki-template-bootstrap3

Bootstrap-based template for DokuWiki
https://dokuwiki.org/template:bootstrap3
GNU General Public License v2.0
220 stars 77 forks source link

Sticky footer breaks responsive tables #432

Open Guite opened 5 years ago

Guite commented 5 years ago

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

Workaround

I disabled the whole sticky footer section in template.less and things work again.

Guite commented 5 years ago

Possibly slightly references #411 as BS4 uses flex where BS3 does not.