modular-admin-html
modular-admin-html copied to clipboard
overflow of responsive tables @media >991px
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; }