Browse Source

Maintenance: Desktop-View - Styling of progress bar

Benjamin Scharf 8 months ago
parent
commit
007e42f2ac

+ 1 - 1
app/frontend/apps/desktop/components/CommonProgressBar/CommonProgressBar.vue

@@ -21,7 +21,7 @@ defineProps<Props>()
 
 <style scoped>
 .progress {
-  @apply h-2 rounded-2xl bg-blue-200 dark:bg-gray-700;
+  @apply h-2 overflow-clip rounded-2xl bg-blue-200 dark:bg-gray-700;
 
   &::-moz-progress-bar {
     @apply rounded-none bg-blue-800;