mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +02:00
made style better
This commit is contained in:
@ -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 */
|
||||||
|
Reference in New Issue
Block a user