[frio] Restore jot modal panel overflow value
- Reverts1c37f4aa88
- Reverts part of43df577209
- It was causing jot panel content to overflow the modal window
This commit is contained in:
parent
c767325257
commit
541f15cefc
|
@ -1179,6 +1179,7 @@ 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;
|
||||||
|
@ -1202,7 +1203,6 @@ section #jotOpen {
|
||||||
}
|
}
|
||||||
#jot-text-wrap textarea {
|
#jot-text-wrap textarea {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
max-height: 440px;
|
|
||||||
overflow-y: auto !important;
|
overflow-y: auto !important;
|
||||||
overflow-y: overlay !important;
|
overflow-y: overlay !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user