Skip to content
Snippets Groups Projects
Commit 2b48d088 authored by Julia Miocene's avatar Julia Miocene :speech_balloon:
Browse files

fix(GlDuoChat): Prevent scrolling the content behind the Duo Chat

parent 8ba09ccc
No related branches found
No related tags found
1 merge request!4756fix(GlDuoChat): Prevent scrolling the content behind the Duo Chat
Pipeline #1520301192 passed with warnings
......@@ -65,6 +65,8 @@
// above the drawer when hovering interactive elements
// see https://gitlab.com/gitlab-org/gitlab/-/issues/366558
background-color: inherit;
// prevent scroll behind the chat
overscroll-behavior: contain;
}
.duo-chat-drawer-footer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment