Sha256: d25edd2159e5a882ba00b21130b77440a71e56243722d12e65a066708c8883b7
Contents?: true
Size: 416 Bytes
Versions: 6
Compression:
Stored size: 416 Bytes
Contents
/** * @author vincent loh <vincent.ml@gmail.com> * @version: v1.0.0 * https://github.com/vinzloh/bootstrap-table/ * Sticky header for bootstrap-table */ .fix-sticky { position: fixed; z-index: 100; } .fix-sticky thead { background: #fff; } .fix-sticky thead th, .fix-sticky thead th:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid #eee; border-radius: 0; }
Version data entries
6 entries across 6 versions & 1 rubygems