diff --git a/src/apps/webapp/webapp.css b/src/apps/webapp/webapp.css index 1867363..4608c02 100644 --- a/src/apps/webapp/webapp.css +++ b/src/apps/webapp/webapp.css @@ -17,7 +17,7 @@ } body { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; + font-family: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; display: flex; @@ -397,6 +397,4 @@ popup { align-items: center; justify-content: center; backdrop-filter: blur(15px); - border-radius: 10px; - z-index: 10; } \ No newline at end of file