fixed overflow problem

This commit is contained in:
Karma Riuk
2025-05-15 16:34:25 +02:00
parent 320a5c6401
commit 085ba23bf3

View File

@ -173,6 +173,8 @@ table tbody td:nth-child(1) {
max-width: 75vw;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
position: relative;
overflow-y: auto;
max-height: 95vh;
}
/* Close button in corner */