Skip to content

Commit

Permalink
enable floating window
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanguage committed Jan 14, 2024
1 parent 3142c91 commit 50cbf62
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
right: 3px;
z-index: 100;
}

.window {
z-index: 101 !important;
min-height: 220px !important;
}
</style>
</head>

Expand All @@ -91,10 +96,10 @@
show_progress_bar: true,
show_empty_window: true,
menu_style: { position: "absolute", right: 0, top: "2px" },
window_style: { width: "100%", height: "100%" },
window_style: {},
main_container: null,
menu_container: "menu-container",
window_manager_container: null,
window_manager_container: "window-container",
expose_api: true,
imjoy_api: {
async getConsole(caller, config) {
Expand Down

0 comments on commit 50cbf62

Please sign in to comment.