Skip to content

Commit 4b5c42d

Browse files
authored
Merge pull request AdaptiveExperiments#23 from Simon-Initiative/dev
Fix mobile drawer: remove overflow-x:hidden from html element that br…
2 parents 2b75f24 + 9286c62 commit 4b5c42d

4 files changed

Lines changed: 32 additions & 30 deletions

File tree

_site/assets/css/modern-theme.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
/* ── Base ─────────────────────────────────────── */
4444
html {
4545
scroll-behavior: smooth;
46-
overflow-x: hidden; /* prevent horizontal scroll on narrow screens */
46+
/* NOTE: do NOT add overflow-x:hidden here — it breaks position:fixed
47+
elements (mobile drawer, nav) in iOS Safari and some Chromium builds */
4748
}
4849

4950
body {
@@ -52,8 +53,8 @@ body {
5253
color: var(--body-text) !important;
5354
-webkit-font-smoothing: antialiased;
5455
-moz-osx-font-smoothing: grayscale;
55-
overflow-x: hidden; /* belt-and-suspenders on mobile */
56-
max-width: 100vw;
56+
/* overflow-x:hidden on body is safe — does not clip position:fixed children */
57+
overflow-x: hidden;
5758
}
5859

5960
/* Push page content below fixed nav */

_site/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<feed xmlns="http://www.w3.org/2005/Atom">
55
<id>http://localhost:4000/ADAPTIVEEXPERIMENTS/</id>
66
<title>EASI</title>
7-
<updated>2026-04-07T15:41:48-05:00</updated>
7+
<updated>2026-04-07T15:56:03-05:00</updated>
88

99
<subtitle>EASI is an NSF funded project entitled &quot;Experiments-As-a-Service-Infrastructure (EASI) to enable a collaborative ecosystem of experimentation in real-world educational settings&quot;</subtitle>
1010

_site/sitemap.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<url>
88
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/404.html</loc>
99

10-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
10+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
1111

1212

1313
<changefreq>monthly</changefreq>
@@ -22,7 +22,7 @@
2222
<url>
2323
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/about/</loc>
2424

25-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
25+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
2626

2727

2828
<changefreq>monthly</changefreq>
@@ -37,7 +37,7 @@
3737
<url>
3838
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/adaptive/</loc>
3939

40-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
40+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
4141

4242

4343
<changefreq>monthly</changefreq>
@@ -52,7 +52,7 @@
5252
<url>
5353
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/agenda/</loc>
5454

55-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
55+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
5656

5757

5858
<changefreq>monthly</changefreq>
@@ -67,7 +67,7 @@
6767
<url>
6868
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/blog/archive/</loc>
6969

70-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
70+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
7171

7272

7373
<changefreq>monthly</changefreq>
@@ -84,7 +84,7 @@
8484
<url>
8585
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/atom.xml</loc>
8686

87-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
87+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
8888

8989

9090
<changefreq>monthly</changefreq>
@@ -101,7 +101,7 @@
101101
<url>
102102
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/contact/</loc>
103103

104-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
104+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
105105

106106

107107
<changefreq>monthly</changefreq>
@@ -116,7 +116,7 @@
116116
<url>
117117
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/easi/</loc>
118118

119-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
119+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
120120

121121

122122
<changefreq>monthly</changefreq>
@@ -131,7 +131,7 @@
131131
<url>
132132
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/feed.xml</loc>
133133

134-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
134+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
135135

136136

137137
<changefreq>monthly</changefreq>
@@ -146,7 +146,7 @@
146146
<url>
147147
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/humans.txt</loc>
148148

149-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
149+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
150150

151151

152152
<changefreq>monthly</changefreq>
@@ -161,7 +161,7 @@
161161
<url>
162162
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/blog/</loc>
163163

164-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
164+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
165165

166166

167167
<changefreq>monthly</changefreq>
@@ -176,7 +176,7 @@
176176
<url>
177177
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/</loc>
178178

179-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
179+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
180180

181181

182182
<changefreq>monthly</changefreq>
@@ -191,7 +191,7 @@
191191
<url>
192192
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/mooclet/</loc>
193193

194-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
194+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
195195

196196

197197
<changefreq>monthly</changefreq>
@@ -206,7 +206,7 @@
206206
<url>
207207
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/oli/</loc>
208208

209-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
209+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
210210

211211

212212
<changefreq>monthly</changefreq>
@@ -221,7 +221,7 @@
221221
<url>
222222
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/overview/</loc>
223223

224-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
224+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
225225

226226

227227
<changefreq>monthly</changefreq>
@@ -236,7 +236,7 @@
236236
<url>
237237
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/robots.txt</loc>
238238

239-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
239+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
240240

241241

242242
<changefreq>monthly</changefreq>
@@ -255,7 +255,7 @@
255255
<url>
256256
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/search/</loc>
257257

258-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
258+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
259259

260260

261261
<changefreq>monthly</changefreq>
@@ -270,7 +270,7 @@
270270
<url>
271271
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/sitemap.xml</loc>
272272

273-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
273+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
274274

275275

276276
<changefreq>monthly</changefreq>
@@ -287,7 +287,7 @@
287287
<url>
288288
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/support/</loc>
289289

290-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
290+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
291291

292292

293293
<changefreq>monthly</changefreq>
@@ -302,7 +302,7 @@
302302
<url>
303303
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/team/</loc>
304304

305-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
305+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
306306

307307

308308
<changefreq>monthly</changefreq>
@@ -317,7 +317,7 @@
317317
<url>
318318
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/training_material/</loc>
319319

320-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
320+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
321321

322322

323323
<changefreq>monthly</changefreq>
@@ -332,7 +332,7 @@
332332
<url>
333333
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/upgrade/</loc>
334334

335-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
335+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
336336

337337

338338
<changefreq>monthly</changefreq>
@@ -347,7 +347,7 @@
347347
<url>
348348
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/workshops/</loc>
349349

350-
<lastmod>2026-04-07T15:41:48-05:00</lastmod>
350+
<lastmod>2026-04-07T15:56:03-05:00</lastmod>
351351

352352

353353
<changefreq>monthly</changefreq>

assets/css/modern-theme.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
/* ── Base ─────────────────────────────────────── */
4444
html {
4545
scroll-behavior: smooth;
46-
overflow-x: hidden; /* prevent horizontal scroll on narrow screens */
46+
/* NOTE: do NOT add overflow-x:hidden here — it breaks position:fixed
47+
elements (mobile drawer, nav) in iOS Safari and some Chromium builds */
4748
}
4849

4950
body {
@@ -52,8 +53,8 @@ body {
5253
color: var(--body-text) !important;
5354
-webkit-font-smoothing: antialiased;
5455
-moz-osx-font-smoothing: grayscale;
55-
overflow-x: hidden; /* belt-and-suspenders on mobile */
56-
max-width: 100vw;
56+
/* overflow-x:hidden on body is safe — does not clip position:fixed children */
57+
overflow-x: hidden;
5758
}
5859

5960
/* Push page content below fixed nav */

0 commit comments

Comments
 (0)