Skip to content

Commit 0d064df

Browse files
committed
fix(slides): remove duplicate overflow-y auto from slide-content to fix double-scroll on mobile
1 parent efcb60e commit 0d064df

8 files changed

Lines changed: 0 additions & 24 deletions

src/components/slides/Slide03HowTheyWork.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,6 @@
281281
.slide-content {
282282
padding: var(--spacing-lg) var(--spacing-md);
283283
gap: var(--spacing-lg);
284-
overflow-y: auto;
285-
max-height: 100vh;
286-
-webkit-overflow-scrolling: touch;
287284
}
288285
289286
.title {

src/components/slides/Slide04SystemPrompt.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,6 @@ de producción siguiendo Clean Architecture.
334334
.slide-content {
335335
padding: var(--spacing-lg) var(--spacing-md);
336336
gap: var(--spacing-lg);
337-
overflow-y: auto;
338-
max-height: 100vh;
339-
-webkit-overflow-scrolling: touch;
340337
}
341338
342339
.title {

src/components/slides/Slide05AgentsSubagents.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -426,9 +426,6 @@
426426
.slide-content {
427427
padding: var(--spacing-lg) var(--spacing-md);
428428
gap: var(--spacing-lg);
429-
overflow-y: auto;
430-
max-height: 100vh;
431-
-webkit-overflow-scrolling: touch;
432429
}
433430
434431
.title {

src/components/slides/Slide06Hallucinations.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,6 @@
345345
.slide-content {
346346
padding: var(--spacing-lg) var(--spacing-md);
347347
gap: var(--spacing-lg);
348-
overflow-y: auto;
349-
max-height: 100vh;
350-
-webkit-overflow-scrolling: touch;
351348
}
352349
353350
.title {

src/components/slides/Slide08BestPractices.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,6 @@
267267
.slide-content {
268268
padding: var(--spacing-lg) var(--spacing-md);
269269
gap: var(--spacing-lg);
270-
overflow-y: auto;
271-
max-height: 100vh;
272-
-webkit-overflow-scrolling: touch;
273270
}
274271
275272
.title {

src/components/slides/Slide09ContextManagement.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,6 @@
359359
.slide-content {
360360
padding: var(--spacing-lg) var(--spacing-md);
361361
gap: var(--spacing-lg);
362-
overflow-y: auto;
363-
max-height: 100vh;
364-
-webkit-overflow-scrolling: touch;
365362
}
366363
367364
.title {

src/components/slides/Slide10RealDemo.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,6 @@
405405
.slide-content {
406406
padding: var(--spacing-lg) var(--spacing-md);
407407
gap: var(--spacing-lg);
408-
overflow-y: auto;
409-
max-height: 100vh;
410-
-webkit-overflow-scrolling: touch;
411408
}
412409
413410
.title {

src/components/slides/Slide11Closing.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,6 @@ display: flex;
337337
.slide-content {
338338
padding: var(--spacing-lg) var(--spacing-md);
339339
gap: var(--spacing-lg);
340-
overflow-y: auto;
341-
max-height: 100vh;
342-
-webkit-overflow-scrolling: touch;
343340
}
344341
345342
.title {

0 commit comments

Comments
 (0)