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.
1 parent 5661f22 commit 497990bCopy full SHA for 497990b
packages/typescriptlang-org/src/templates/pages/css/cheatsheets.scss
@@ -83,7 +83,7 @@
83
}
84
85
@media (max-width: $screen-sm) {
86
- // The
+ // The single column needs this to make all of the pages fold under each other
87
.cs-2 {
88
margin-top: -40px;
89
@@ -93,6 +93,9 @@
93
// No peeking out of the sides
94
.sheet-container {
95
margin: 0;
96
+
97
+ // Don't jump the bottom of the page when you are selecting things
98
+ min-height: 550px;
99
100
101
// CFA should be centered vertically but it is 2 lines vs the rest
@@ -104,6 +107,8 @@
104
107
// Allow poking out of the edge
105
108
106
109
margin: 0 -80px;
110
111
+ min-height: 780px;
112
113
// BIIIGG
114
.sheet img {
0 commit comments