diff --git a/webshit/index.html b/webshit/index.html index 5532132..58f2c52 100644 --- a/webshit/index.html +++ b/webshit/index.html @@ -8,7 +8,7 @@ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ - z-index: 1; /* Sit on top */ + z-index: 100; /* Sit on top */ left: 50%; /* Center the modal horizontally */ top: 50%; /* Center the modal vertically */ transform: translate(-50%, -50%); /* Use this to center the modal */ @@ -45,7 +45,7 @@ margin-bottom: 20px; /* Add some margin between the text and the close button*/ } -