The inner bar of a progress bar disappears after giving it a radius

0
After the update to mendix 9.13.1, the inner bar of the progress bar with a custom radius disappears. within the previous version (9.11), when giving it a custom radius it doesn't get this error. Is there someone with the same problem?
asked
1 answers
1

Hi Bart,

As far as I can see, you have a class called "progress" in the main css file . You can try to write the border radius code in the Style section inside the progress class in main css.
Another suggestion is to use the progress bar in a container to check if it disappears when you run it. I hope this helps

Regards
Ridvan

answered