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
Taras Shabaranskyi
parent
e5095f6802
commit
8146f4ba75
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user