small css adjustments
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
.mainSection {
|
.mainSection {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
overflow-y: scroll;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,16 +1,12 @@
|
|||||||
.root {
|
.root {
|
||||||
background-color: var(--theme-color-background-chat);
|
background-color: var(--theme-color-background-chat);
|
||||||
display: none;
|
display: none;
|
||||||
// --header-h: 64px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.root {
|
.root {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
// top: var(--header-h);
|
|
||||||
display: block;
|
display: block;
|
||||||
// height: calc(100vh - var(--header-h));
|
|
||||||
// max-height: calc(100vh - var(--header-h));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user