diff --git a/src/app.css b/src/app.css index fe1c15fb..e611cfb0 100644 --- a/src/app.css +++ b/src/app.css @@ -764,6 +764,9 @@ meter.donut:is(.danger, .explode):after { box-shadow: 0 3px 8px -1px var(--bg-faded-blur-color), 0 10px 36px -4px var(--button-bg-blur-color); } +.toastify-bottom { + margin-bottom: env(safe-area-inset-bottom); +} :root .toastify:hover { filter: brightness(1.2); }