From 05fc0ce6d17e0708947728b9799b37a6158a1553 Mon Sep 17 00:00:00 2001 From: RIYA AHLAWAT Date: Tue, 18 Jun 2024 13:46:43 +0530 Subject: [PATCH] Update modal.css --- 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;