Bug Fixed
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user