A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/bootstrap-vue/bootstrap-vue/commit/24c62c5 below:

disable sticky header max-height on printers (#4147) · bootstrap-vue/bootstrap-vue@24c62c5 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+9

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+9

-0

lines changed Original file line number Diff line number Diff line change

@@ -112,6 +112,15 @@

112 112

max-height: $b-table-sticky-header-max-height;

113 113

}

114 114 115 +

@media print {

116 +

// Overide any styles (including inline styles)

117 +

// when printing

118 +

.b-table-sticky-header {

119 +

overflow-y: visible !important;

120 +

max-height: none !important;

121 +

}

122 +

}

123 + 115 124

@supports (position: sticky) {

116 125

// Positioning of sticky headers

117 126

.b-table-sticky-header > .table.b-table > thead > tr > th {

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4