Этот коммит содержится в:
Asaad Mahmood
2015-11-13 17:04:42 +05:00
родитель 6b8d815ee8
Коммит bc1605e396

Просмотреть файл

@@ -46,6 +46,21 @@ body.ios {
.textarea-wrapper { .textarea-wrapper {
position:relative; position:relative;
.textbox-preview-area {
position: absolute;
z-index: 2;
top: 0;
left: 0;
box-shadow: none;
}
.textbox-preview-link {
position: absolute;
z-index: 3;
bottom: -23px;
right: 0;
font-size: 13px;
cursor: pointer;
}
min-height:37px; min-height:37px;
} }
@@ -641,6 +656,7 @@ body.ios {
float: left; float: left;
width: 80%; width: 80%;
padding-right: 5px; padding-right: 5px;
overflow-x: auto;
&.attachment__body--no_thumb { &.attachment__body--no_thumb {
width: 100%; width: 100%;
} }