Explorar el Código

Bug fix: the background for the modal mysteriously disappeared.

Lee Morgan hace 5 años
padre
commit
c13af590e3
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      views/dashboardPage/dashboard.css

+ 4 - 1
views/dashboardPage/dashboard.css

@@ -596,7 +596,10 @@ Modal
             align-items: center;
             justify-content: space-between;
             margin-top: 0;
-            padding: 25px;
+            padding: 25px 100px;
+            background: rgb(240, 252, 255);
+            border: 2px solid black;
+            border-radius: 10px;
         }
 
             .modalSpreadsheetUpload > *{