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
@KaelWD KaelWD merged commit d5cfb7b into master Oct 29, 2025
18 of 19 checks passed
@KaelWD KaelWD deleted the v-progressive-circular-overflow branch October 29, 2025 07:26
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

4 participants