Ensure that conversation window is always full-height
This commit is contained in:
parent
92235678b5
commit
adf36546ea
2 changed files with 6 additions and 2 deletions
|
@ -14,8 +14,11 @@
|
||||||
|
|
||||||
.conversation {
|
.conversation {
|
||||||
background-color: $color-white;
|
background-color: $color-white;
|
||||||
height: 100%;
|
position: absolute;
|
||||||
position: relative;
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
height: calc(100% - #{$header-height});
|
height: calc(100% - #{$header-height});
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
.gutter {
|
.gutter {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.expired {
|
.expired {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue