From 54eff4747b1bf3da18dcb257964abcaaa06f4d31 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Mon, 24 Jan 2022 09:01:08 +0200 Subject: [PATCH] Add TODO --- app/styles/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/global.css b/app/styles/global.css index 32a044e84..239e6382b 100644 --- a/app/styles/global.css +++ b/app/styles/global.css @@ -279,6 +279,7 @@ select::selection { font-weight: bold; } +/* Does not respect window getting resized */ .modal { position: fixed; z-index: 999;