modular-admin-html icon indicating copy to clipboard operation
modular-admin-html copied to clipboard

overflow of responsive tables @media >991px

Open tilmanbremer opened this issue 8 years ago • 0 comments

I noticed that the overflow settings for responsive tables are only in place for screen sizes <991px. This can lead to unwanted behavior. Tables are overflowing cards at larger screen sizes, this is especially an issue when working with cards that, e.g. are 6 columns wide or less.

.table-responsive { display: block; width: 100%; overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; }

tilmanbremer avatar Sep 06 '17 10:09 tilmanbremer