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