mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Prevent overflow on the progress bar
This commit is contained in:
@@ -1252,8 +1252,9 @@ 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 {
|
||||||
color: var(--btnSubmitBorderColor) !important;
|
color: var(--btnSubmitBorderColor) !important;
|
||||||
}
|
}
|
Reference in New Issue
Block a user