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 Julius Härtl
parent e647faf31c
commit a4f2a99776
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>