added some tweeks to the demo index.html

This commit is contained in:
2022-12-20 10:53:20 -07:00
parent 773dc261c8
commit 95efa891ab
2 changed files with 22 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ body > .bui_window_root {
flex:1;
width: 99%;
height: 99%;
overflow: hidden;
}
.bui_window_content {
@@ -55,6 +56,7 @@ body > .bui_window_root {
.bui_window_titlebar {
background: rgba(100,100,100,1);
padding: 5px;
user-select: none;
}
.bui_window_title {
@@ -79,3 +81,7 @@ body > .bui_window_root {
background: rgba(0,0,0,0.01);
cursor: pointer;
}
.active_window {
z-index: 1000;
}