Browse Source

[FIX] web_responsive: Change z-indexes

* Rebalance z-indexes to fix overlay issue while still providing notification support
pull/529/head
Dave Lasley 8 years ago
committed by Jairo Llopis
parent
commit
614b578236
  1. 4
      web_responsive/static/src/less/app_drawer.less
  2. 4
      web_responsive/static/src/less/main.less

4
web_responsive/static/src/less/app_drawer.less

@ -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 {

4
web_responsive/static/src/less/main.less

@ -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;
}
Loading…
Cancel
Save