Fix: Prevent overflow on the progress bar
This commit is contained in:
parent
5347a360b9
commit
022552d620
1 changed files with 10 additions and 9 deletions
|
|
@ -1252,6 +1252,7 @@ progress {
|
||||||
background: var(--hoverGradient) !important;
|
background: var(--hoverGradient) !important;
|
||||||
border: solid var(--lighterBorderColor) var(--borderWidth) !important;
|
border: solid var(--lighterBorderColor) var(--borderWidth) !important;
|
||||||
border-radius: var(--smallRadius);
|
border-radius: var(--smallRadius);
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
progress+span {
|
progress+span {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue