[FIX] web_responsive: Change z-indexes

* Rebalance z-indexes to fix overlay issue while still providing notification support
pull/1066/head
Dave Lasley 2016-11-09 11:26:31 -08:00 committed by Jairo Llopis
parent bc47367746
commit b92a8e3cf4
No known key found for this signature in database
GPG Key ID: 59564BF1E22F314F
2 changed files with 4 additions and 4 deletions

View File

@ -11,10 +11,10 @@
border-radius: @border-radius-base;
.box-shadow(0 6px 12px rgba(0, 0, 0, .175));
background-clip: padding-box;
z-index: 2000;
z-index: 1000;
.o_tooltip {
z-index: 2051;
z-index: 1051;
}
.oe_logo {

View File

@ -22,7 +22,7 @@ main {
overflow: hidden;
}
header {
.navbar {
z-index: 10;
}
@ -42,7 +42,7 @@ header {
}
.o_tooltip.active {
z-index: 2051;
z-index: 1051;
}
.o_web_client {