Transparent borderless window with floating popover and rounded corners

This commit is contained in:
iamtoruk 2026-04-29 17:22:44 -07:00
parent 1609f2bd4b
commit bd9e09cf0e
2 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@
"width": 360,
"height": 660,
"decorations": false,
"transparent": false,
"transparent": true,
"resizable": false,
"alwaysOnTop": true,
"skipTaskbar": true,

View file

@ -64,8 +64,9 @@ html, body, #root {
flex-direction: column;
height: 100vh;
overflow: hidden;
border-radius: var(--radius-lg);
border-radius: 12px;
background: var(--surface);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.12);
}
/* ---- header ---- */