Skip to content

Conversation

@blalan05
Copy link
Member

fixes #22244; add overflow hidden to avoid transform height changes.

<script setup>
  import { ref } from 'vue'

  const indeterminate = ref(true)
</script>

<template>
  <v-app>
    <v-container>
      <v-switch v-model="indeterminate" label="Indeterminate" />
      <div class="border overflow-auto">
        <v-progress-circular :indeterminate />
      </div>
    </v-container>
  </v-app>
</template>

add overflow hidden to avoid transform height changes.
@J-Sek J-Sek changed the title (VProgressCircular): Add Overflow Hidden to avoid height changes fix(VProgressCircular): add overflow: hidden to avoid height changes Oct 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug Report][3.10.7] v-progress-circular with indeterminate causes scrollbar flicker when wrapped in overflow container

3 participants