Fix modal z-index in new full page ConverseJS.
This commit is contained in:
parent
7b0ab15128
commit
1fd985ce3e
@ -17,6 +17,18 @@ body.converse-embedded {
|
|||||||
--livechat-transparent: rgba(0 0 0 / 0%);
|
--livechat-transparent: rgba(0 0 0 / 0%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.converse-embedded {
|
||||||
|
.conversejs .modal {
|
||||||
|
// modal z-index = use same z-index as Peertube (see Peertube _variables.scss)
|
||||||
|
z-index: 19000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-backdrop {
|
||||||
|
// must be just under .modal.
|
||||||
|
z-index: 18999;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Chat embedded in a full client page. */
|
/* Chat embedded in a full client page. */
|
||||||
.livechat-embed-fullpage {
|
.livechat-embed-fullpage {
|
||||||
converse-root {
|
converse-root {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user