Fixed chat in safari

This commit is contained in:
Marijn Jansen
2017-02-01 12:24:59 +01:00
parent 028c2373c1
commit 04365c4f05
2 changed files with 14 additions and 12 deletions

View File

@@ -22,6 +22,7 @@ body {
height: calc(100% - 100px);
display: inline-block;
float: left;
overflow-y: auto;
}
@@ -31,12 +32,14 @@ body {
overflow-y: auto;
overflow-x: hidden;
width: calc(100% - 256px - 75px);
width: calc(100% - 256px - 85px);
height: calc(100% - 80px);
margin-right: 10px;
padding: 10px;
display: inline-block;
float: right;
word-wrap: break-word;
}