joemartis commited on
Commit
090d60e
·
2 Parent(s): 840ee1db62a74c

Merge pull request #54 from JoeMartis/claude/local-dev-setup-Ng0a0

Browse files
Files changed (1) hide show
  1. app/templates/index.html +2 -3
app/templates/index.html CHANGED
@@ -355,8 +355,7 @@
355
  /* Scroll wrapper: arrows + strip together */
356
  .vgm-scene-scroll-wrap {
357
  position: relative;
358
- margin-left: calc(-1 * var(--space-lg));
359
- margin-right: calc(-1 * var(--space-lg));
360
  }
361
  .vgm-scene-scroll-arrow {
362
  position: absolute;
@@ -386,7 +385,7 @@
386
  display: flex;
387
  gap: 0.6rem;
388
  overflow-x: auto;
389
- padding: 0.5rem var(--space-lg) 0.9rem;
390
  scroll-snap-type: x mandatory;
391
  scrollbar-width: thin;
392
  scrollbar-color: var(--color-border) transparent;
 
355
  /* Scroll wrapper: arrows + strip together */
356
  .vgm-scene-scroll-wrap {
357
  position: relative;
358
+ overflow: hidden;
 
359
  }
360
  .vgm-scene-scroll-arrow {
361
  position: absolute;
 
385
  display: flex;
386
  gap: 0.6rem;
387
  overflow-x: auto;
388
+ padding: 0.5rem 0 0.9rem;
389
  scroll-snap-type: x mandatory;
390
  scrollbar-width: thin;
391
  scrollbar-color: var(--color-border) transparent;