Changed Layout a bit
now we use less state for the layout. Chat and header are now sticky. Moved some css vars.
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.root {
|
||||
position: sticky;
|
||||
top: var(--header-h);
|
||||
display: flex;
|
||||
min-width: 300px !important;
|
||||
max-height: calc(100vh - var(--header-h));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user