Merge remote-tracking branch 'upstream/gh-pages' into patch-resonator-pct
This commit is contained in:
commit
feba54166d
@ -146,6 +146,7 @@ em {
|
|||||||
#chat > div {
|
#chat > div {
|
||||||
overflow-x:hidden;
|
overflow-x:hidden;
|
||||||
overflow-y:scroll;
|
overflow-y:scroll;
|
||||||
|
height: 100%; /* fallback for Opera which doesn’t support calc */
|
||||||
height: calc(100% - 4px);
|
height: calc(100% - 4px);
|
||||||
height: -webkit-calc(100% - 4px);
|
height: -webkit-calc(100% - 4px);
|
||||||
height: -moz-calc(100% - 4px);
|
height: -moz-calc(100% - 4px);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user