mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 14:18:12 +02:00
fixed overflow problem
This commit is contained in:
@ -173,6 +173,8 @@ table tbody td:nth-child(1) {
|
|||||||
max-width: 75vw;
|
max-width: 75vw;
|
||||||
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;
|
||||||
|
max-height: 95vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Close button in corner */
|
/* Close button in corner */
|
||||||
|
Reference in New Issue
Block a user