From 25110144796d9d9c52e2ec8add279662ec0fffb0 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sat, 1 Nov 2025 14:48:42 +0800 Subject: [PATCH] add todo --- src/renderer/src/components/Dialog.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/renderer/src/components/Dialog.module.css b/src/renderer/src/components/Dialog.module.css index 3a87041d..12bca2f3 100644 --- a/src/renderer/src/components/Dialog.module.css +++ b/src/renderer/src/components/Dialog.module.css @@ -1,5 +1,9 @@ /* Keep in sync with AlertDialog.module.css */ +/* TODO +- fix the close button and title on top? +*/ + .DialogOverlay { background-color: var(--black-a9); position: fixed;