stop edit option from colliding with scrollbar again

pull/397/head
Matthew Hodgson 2015-11-18 22:24:54 +00:00
parent 884d0de90b
commit 68a005bf1f
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@ limitations under the License.
text-align: right;
z-index: 1;
position: relative;
width: 100px;
width: 90px;
margin-right: 10px;
}
.mx_MessageTimestamp {