feat: deployment logs fullscreen

This commit is contained in:
Andras Bacsai
2023-11-01 14:06:15 +01:00
parent 1175d68ab5
commit be8ea78b1b
3 changed files with 42 additions and 23 deletions

View File

@@ -122,5 +122,5 @@ tr td:first-child {
@apply pt-2 pb-10;
}
.fullscreen {
@apply fixed top-0 left-0 w-full h-full z-[9999] bg-coolgray-200;
@apply fixed top-0 left-0 w-full h-full z-[9999] bg-coolgray-200 overflow-y-auto scrollbar ;
}