mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX+IMP] web_responsive: Chatter Topbar + fix #1189 + added gif
This commit is contained in:
committed by
Sergey Shebanin
parent
13d07a2409
commit
a17a6cd667
@@ -412,6 +412,10 @@ html .o_web_client .o_main .o_main_content {
|
||||
.o_form_sheet_bg {
|
||||
flex: 1 1 60%;
|
||||
overflow: auto;
|
||||
|
||||
> .o_form_sheet {
|
||||
min-width: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.o_chatter {
|
||||
@@ -421,20 +425,21 @@ html .o_web_client .o_main .o_main_content {
|
||||
min-width: 30%;
|
||||
overflow: auto;
|
||||
|
||||
.o_chatter_topbar,
|
||||
.o_thread_composer {
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
.o_chatter_topbar {
|
||||
.o_chatter_header_container {
|
||||
padding-top: $grid-gutter-width*0.5;
|
||||
top: 0;
|
||||
z-index: 2;
|
||||
position: sticky;
|
||||
background-color: $o-view-background-color;
|
||||
}
|
||||
|
||||
.o_thread_composer {
|
||||
top: $o-statusbar-height;
|
||||
z-index: 1;
|
||||
|
||||
.o_chatter_topbar {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.o_attachments_previews {
|
||||
overflow: auto;
|
||||
max-height: $o-mail-attachment-image-size * 2 * 3;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user