feat: initial chat history ui (#25)
This commit is contained in:
@@ -96,8 +96,6 @@
|
||||
:root {
|
||||
--header-height: 65px;
|
||||
|
||||
--z-index-max: 999;
|
||||
|
||||
/* App */
|
||||
--bolt-elements-app-backgroundColor: var(--bolt-background-primary);
|
||||
--bolt-elements-app-borderColor: var(--bolt-border-primary);
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
$zIndexMax: 999;
|
||||
|
||||
.z-max {
|
||||
z-index: $zIndexMax;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user