3
0
Fork 0

Merge PR #2297 into 12.0

Signed-off-by pedrobaeza
12.0
OCA-git-bot 2022-09-20 17:44:43 +00:00
commit 3eb7bdb67f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ $chatter_zone_width: 35%;
max-height: calc(100vh - #{$o-navbar-height});
position: fixed;
width: 100vw;
z-index: 100;
z-index: 1000;
// Inline style will override our `top`, so we need !important here
top: $o-navbar-height !important;
transform: none !important;