layers and z

This commit is contained in:
Will McGugan
2021-11-21 10:15:49 +00:00
parent ab443c3614
commit bc9b8efadf
8 changed files with 67 additions and 23 deletions

View File

@@ -10,11 +10,13 @@ class BasicApp(App):
App > DockView {
layout: dock;
docks: sidebar=left widgets=top;
layers: base panels;
}
#sidebar {
dock-group: sidebar;
width: 40;
layer: panels;
}
#widget1 {