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; }