fix: 30 design issues

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic
2024-08-21 14:16:20 +02:00
committed by backportbot[bot]
parent 05939792a1
commit ca4e0c122b
4 changed files with 20 additions and 3 deletions

View File

@@ -192,7 +192,7 @@ export default {
min-width: 100%;
height: 100vh;
max-height: calc(100vh - 120px);
overflow: auto;
overflow: hidden;
}
</style>