Bug Fixed

This commit is contained in:
brausjonas
2023-06-16 09:01:11 +02:00
parent 3e381687c2
commit e526b6c804
2 changed files with 21228 additions and 0 deletions
+3
View File
@@ -159,6 +159,7 @@ Step Progress Bar
flex-direction: column;
align-items: center;
max-width: 400px;
pointer-events: none;
}
.steps {
@@ -169,6 +170,7 @@ Step Progress Bar
gap: 20px;
width: 100%;
position: relative;
pointer-events: none;
}
.step {
@@ -180,6 +182,7 @@ Step Progress Bar
justify-content: center;
color: white;
font-weight: bold;
pointer-events: none;
}
.steps .not-started {