mirror of https://github.com/OCA/web.git
[IMP] Sticky Statusbar
parent
9200911ffc
commit
211ba4552f
|
@ -152,4 +152,10 @@
|
|||
.oe_chatter {
|
||||
min-width: inherit;
|
||||
}
|
||||
|
||||
.o_form_statusbar {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue