Skip to content

Commit 0f2e419

Browse files
yufeihp-kostov
authored andcommitted
fix: affix display problem on ios (dotnet#9470)
fix: affix visible on ios Co-authored-by: Yufei Huang <[email protected]>
1 parent 748763e commit 0f2e419

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

templates/.stylelintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
],
77
"rules": {
88
"selector-class-pattern": null,
9+
"media-feature-range-notation": null,
910
"font-family-no-missing-generic-family-keyword": [ true, {
1011
"ignoreFontFamilies": [
1112
"bootstrap-icons"

templates/modern/src/layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ body[data-layout="landing"] {
191191

192192
@include stick-to-header;
193193

194-
@media only screen and (width <= 1140px) {
194+
@media only screen and (max-width: 1140px) {
195195
display: none;
196196
}
197197
}

0 commit comments

Comments
 (0)