Added focusing windows on click, only effects draggable windows

This commit is contained in:
2022-12-20 11:38:41 -07:00
parent 95efa891ab
commit c6314709ef
2 changed files with 9 additions and 1 deletions

View File

@@ -82,6 +82,6 @@ body > .bui_window_root {
cursor: pointer;
}
.active_window {
.focus_window {
z-index: 1000;
}