Hacky-Fix: Make Edit-Box scrollable (#26)
This commit is contained in:
parent
aa2fb8571b
commit
372d773ec4
1 changed files with 6 additions and 0 deletions
|
@ -63,4 +63,10 @@ export default {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hacky Fix, for this Issue: https://hannover.ccc.de/gitlab/c3lf/lffrontend/issues/26 */
|
||||||
|
.modal-body {
|
||||||
|
max-height: calc(100vh - 200px);
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in a new issue