fix: Set fixed height for card modal (fix #4296)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -192,4 +192,10 @@ export default {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.modal__card {
|
||||
height: 100vh;
|
||||
max-height: calc(100vh - 120px);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user