Просмотр исходного кода

Bug fix: the background for the modal mysteriously disappeared.

Lee Morgan 5 лет назад
Родитель
Сommit
c13af590e3
1 измененных файлов с 4 добавлено и 1 удалено
  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 > *{