We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4ff4a commit c62fecfCopy full SHA for c62fecf
1 file changed
src/assets/App.css
@@ -1326,6 +1326,14 @@ Producthunt item
1326
color: var(--primary-text-color);
1327
border-radius: 10px;
1328
}
1329
+
1330
+.dangerToast {
1331
+ background-color: #ff4d4f;
1332
+ color: white;
1333
+ padding: 10px 20px;
1334
+ border-radius: 10px;
1335
+}
1336
1337
.capitalize {
1338
text-transform: capitalize;
1339
@@ -1346,7 +1354,7 @@ Modal
1346
1354
box-shadow: 0 0 20px #00000052;
1347
1355
z-index: 3;
1348
1356
max-height: 80vh;
1349
- overflow-y: scroll;
1357
+ overflow-y: auto;
1350
1358
1351
1359
1352
1360
.Overlay {
0 commit comments