From d8b0bf0513e1034c372e1c90e14789a4f588755f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Niemel=C3=A4?= Date: Sun, 18 Aug 2024 17:35:16 +0200 Subject: [PATCH] Update app.css --- frontend/src/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app.css b/frontend/src/app.css index ee547f5..380eb93 100644 --- a/frontend/src/app.css +++ b/frontend/src/app.css @@ -2,6 +2,7 @@ @tailwind components; @tailwind utilities; +/* FIXME: why does this need to be in app.css? */ body.modal-open { position: fixed; }