Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

162
Visualizações
Appearing item in slider not scrollable

I have a slider where if you click on it, an youtube embed appears on top of the clicked item it, but when you try to scroll on the iframe, the slider doesn't scroll. Only with elements that have no iframe. Does anyone know how I can solve this issue?

<div class="podcast_wrapper">
   <div @click="(visible = !visible), (id = index)">
      <PodcastsItem
         :imageUrl="podcast.image"
         :title="podcast.name"
         :text="
         'Duur: ' +
         Math.round(podcast.duration / 1000 / 60) +
         ' minuten'
         "
         :class="visible && id === index ? 'hide' : ''"
         />
   </div>
   <div class="embed_wrapper" v-if="visible && id === index">
      <iframe
         style="border-radius:12px"
         :src="
         'https://open.spotify.com/embed/episode/' +
         podcast.id +
         '?utm_source=generator'
         "
         frameBorder="0"
         allowfullscreen=""
         allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
         ></iframe>
   </div>
</div>
.hide {
    position: relative;
    transition: 0.5s;
    opacity: 0;
    transform: rotateX(0.5turn);
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    @media #{$large-up} {
        height: 250px;
    }
}
about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda