mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] Sticky chatter topbar
This commit is contained in:
committed by
Sergey Shebanin
parent
dfe798e7fb
commit
13d07a2409
@@ -5,7 +5,7 @@
|
||||
{
|
||||
"name": "Web Responsive",
|
||||
"summary": "Responsive web client, community-supported",
|
||||
"version": "12.0.1.0.0",
|
||||
"version": "12.0.1.1.0",
|
||||
"category": "Website",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"author": "LasLabs, Tecnativa, Alexandre Díaz, "
|
||||
|
||||
@@ -420,6 +420,22 @@ html .o_web_client .o_main .o_main_content {
|
||||
max-width: 50%;
|
||||
min-width: 30%;
|
||||
overflow: auto;
|
||||
|
||||
.o_chatter_topbar,
|
||||
.o_thread_composer {
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
.o_chatter_topbar {
|
||||
top: 0;
|
||||
z-index: 2;
|
||||
background-color: $o-view-background-color;
|
||||
}
|
||||
|
||||
.o_thread_composer {
|
||||
top: $o-statusbar-height;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user