We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c6f9cd + 25ddd82 commit 2c721d2Copy full SHA for 2c721d2
less/page-header.less
@@ -105,6 +105,21 @@
105
}
106
107
108
+// Page header should be static at narrow widths so it doesn't take up half the
109
+// screen…
110
+.page-header {
111
+ position: static !important;
112
+}
113
+
114
+@media (min-width: @bp-larger-than-phablet) {
115
+ // …but once we have enough room for it not to be so tall, we can afford to
116
+ // make it sticky.
117
+ .page-header {
118
+ position: sticky !important;
119
+ }
120
121
122
123
@media (min-width: @bp-larger-than-mobile) {
124
.page-header .page-header {
125
&__items {
0 commit comments