[FIX] progress bar shape for small percentages
Colours progress bar was showing outside of edges of bar for very small and very large percentages
This commit is contained in:
@@ -105,6 +105,7 @@ input.answer-input--incorrect {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
border: 1px solid var(--overlay-color);
|
border: 1px solid var(--overlay-color);
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-bar > div {
|
.progress-bar > div {
|
||||||
|
|||||||
Reference in New Issue
Block a user