Fixed progress bar css for small values
This commit is contained in:
parent
d7216e1506
commit
68fd866894
@ -114,6 +114,8 @@ body {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
border-radius: 8px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
#progressbar[max]::-webkit-progress-value {
|
#progressbar[max]::-webkit-progress-value {
|
||||||
border-radius: 8px 4px 4px 8px;
|
border-radius: 8px 4px 4px 8px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user