mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_responsive: Change z-indexes
* Rebalance z-indexes to fix overlay issue while still providing notification support
This commit is contained in:
committed by
Angel Moya Pardo
parent
4af32d6259
commit
0bfadda49c
@@ -11,10 +11,10 @@
|
|||||||
border-radius: @border-radius-base;
|
border-radius: @border-radius-base;
|
||||||
.box-shadow(0 6px 12px rgba(0, 0, 0, .175));
|
.box-shadow(0 6px 12px rgba(0, 0, 0, .175));
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
z-index: 2000;
|
z-index: 1000;
|
||||||
|
|
||||||
.o_tooltip {
|
.o_tooltip {
|
||||||
z-index: 2051;
|
z-index: 1051;
|
||||||
}
|
}
|
||||||
|
|
||||||
.oe_logo {
|
.oe_logo {
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ main {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
.navbar {
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -42,5 +42,5 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.o_tooltip.active {
|
.o_tooltip.active {
|
||||||
z-index: 2051;
|
z-index: 1051;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user