Fixed progress bar css for small values

This commit is contained in:
ViktorBohu 2021-04-08 16:57:13 +02:00 committed by Overtorment
parent d7216e1506
commit 68fd866894
1 changed files with 3 additions and 1 deletions

View File

@ -112,8 +112,10 @@ body {
appearance: none;
margin: 0;
padding: 0;
max-width : 100%;
max-width: 100%;
-webkit-appearance: none;
border-radius: 8px;
overflow: hidden;
}
#progressbar[max]::-webkit-progress-value {
border-radius: 8px 4px 4px 8px;