From e0141450822f16fee9c7a04d76556beaa0835fc5 Mon Sep 17 00:00:00 2001 From: capybara001 Date: Tue, 18 Jun 2024 13:53:56 +0530 Subject: [PATCH] make modal display none. --- styles/modal.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/modal.css b/styles/modal.css index b80ec43..5fd588e 100644 --- a/styles/modal.css +++ b/styles/modal.css @@ -1,6 +1,7 @@ @import url('variables.css'); .modal { + display: none; font-weight: 500; position: fixed; z-index: 1;