From 286bfd87a9b9f26454ead6d6b3188df4d5cb7ea8 Mon Sep 17 00:00:00 2001 From: Snorri <95351146+bradmartti@users.noreply.github.com> Date: Sun, 16 Jan 2022 07:37:46 -0800 Subject: [PATCH] Fixed broken corner that occurred when using mobile mode on ipados/ios. Broken corner: https://imgur.com/aigJTmF Fixed: https://imgur.com/a/IlIpEuE --- overlayprogress.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/overlayprogress.css b/overlayprogress.css index 4365c64..dd0a948 100644 --- a/overlayprogress.css +++ b/overlayprogress.css @@ -5,6 +5,10 @@ } .innerCardFooter.fullInnerCardFooter.innerCardFooterClear { background: rgba(0,0,0,0); + right: 0; + left: 0; + top: 0; + bottom: 0; margin: 0; } .itemProgressBarForeground {