Skip to content

Commit a6e5d61

Browse files
committed
add default black background
1 parent 17d9ca5 commit a6e5d61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/DesktopSessionHost.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ onUnmounted(() => {
588588
flex: 1;
589589
min-height: 0;
590590
overflow: hidden;
591+
background-color: #000;
591592
transition: filter 0.2s ease;
592593
}
593594

0 commit comments

Comments
 (0)