Skip to content
Snippets Groups Projects
Commit f6b4e8e0 authored by Luca Lusso's avatar Luca Lusso
Browse files

Merge branch 'fix_chatbot_ai_position' into '11.0.x'

#110 Fix the placement of the AI assistant chat when WebProfiler toolbar is visible

See merge request !27
parents cb16e5e6 71639b89
No related branches found
No related tags found
No related merge requests found
Pipeline #405710 passed
......@@ -680,3 +680,23 @@ div.sf-toolbar .sf-toolbar-block .sf-toolbar-info-piece.sf-toolbar-info-php-ext
#admin-toolbar #menu-footer {
margin-bottom: 36px;
}
/* Fix chatbot AI position when using WebProfiler */
.webprofiler-open #admin-toolbar #menu-footer {
margin-bottom: 36px;
}
.webprofiler-open #block-ai-chatbot .chat-container {
right: 0;
bottom: 36px;
}
.webprofiler-closed #block-ai-chatbot .chat-container.bottom-right {
right: 50px;
}
@media (max-width: 768px) {
.webprofiler-closed #block-ai-chatbot .chat-container {
width: 90%;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment