[FIX] web_responsive: Change z-indexes

* Rebalance z-indexes to fix overlay issue while still providing notification support
This commit is contained in:
Dave Lasley
2016-11-09 11:26:31 -08:00
committed by Angel Moya Pardo
parent 4af32d6259
commit 0bfadda49c
2 changed files with 4 additions and 4 deletions

View File

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