[IMP] put menu over block_ui layer

pull/131/head
Holger Brunn 2015-05-12 12:40:51 +02:00
parent 257ed3b7d4
commit f94a1f9635
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@
left: 0px; left: 0px;
top: 0px; top: 0px;
bottom: 0px; bottom: 0px;
z-index: 100; z-index: 1110;
width: auto; width: auto;
} }
.openerp .oe_leftbar > div .openerp .oe_leftbar > div
@ -22,4 +22,5 @@
left: 0px; left: 0px;
right: 0px; right: 0px;
top: 0px; top: 0px;
z-index: 1110;
} }