made style better

This commit is contained in:
Karma Riuk
2025-05-18 18:06:09 +02:00
parent cafd73dafe
commit d8ef48d0bd

View File

@ -174,7 +174,11 @@ table tbody td:nth-child(1) {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
position: relative; position: relative;
overflow-y: auto; overflow-y: auto;
max-height: 95vh; max-height: 90vh;
}
.modal-container details summary {
cursor: pointer;
} }
/* Close button in corner */ /* Close button in corner */