From e6aa9f0c0a6e0cc8b98b562aed55adb45929455f Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Fri, 27 Jan 2023 22:51:08 -0500 Subject: [PATCH] Modal now actually shows up on colab. --- webshit/index.html | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) 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*/ } -