mirror of
https://github.com/friendica/friendica
synced 2024-11-18 00:23:47 +00:00
Fix editor layout when smilies overflow or on mobile
This commit is contained in:
parent
917b801eb6
commit
e088bb722b
1 changed files with 3 additions and 1 deletions
|
@ -1413,6 +1413,9 @@ section #jotOpen {
|
||||||
max-height: calc(100vh - 62px);
|
max-height: calc(100vh - 62px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#jot-modal #jot-modal-body {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
#jot-modal #jot-sections,
|
#jot-modal #jot-sections,
|
||||||
#jot-modal #jot-modal-body,
|
#jot-modal #jot-modal-body,
|
||||||
#jot-modal #profile-jot-form,
|
#jot-modal #profile-jot-form,
|
||||||
|
@ -1423,7 +1426,6 @@ section #jotOpen {
|
||||||
#jot-modal #item-Q0,
|
#jot-modal #item-Q0,
|
||||||
#jot-modal #profile-jot-acl-wrapper,
|
#jot-modal #profile-jot-acl-wrapper,
|
||||||
#jot-modal #acl-wrapper {
|
#jot-modal #acl-wrapper {
|
||||||
overflow: hidden;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: auto;
|
flex: auto;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in a new issue