feat(layout): allow to minimize chat (#35)
This commit is contained in:
@@ -8,6 +8,14 @@ $zIndexMax: 999;
|
||||
z-index: $zIndexMax - 2;
|
||||
}
|
||||
|
||||
.z-prompt {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.z-workbench {
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.z-max {
|
||||
z-index: $zIndexMax;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user