mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-24 02:59:38 +00:00
Fix: Prevent overflow on the progress bar
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user