Skip to content
Snippets Groups Projects
Commit 860ab5a1 authored by Juhil Somaiya's avatar Juhil Somaiya Committed by Thibault Delavallée
Browse files

[FIX] website_slides: fix webiste menu being not clickable in lesson fullscreen


Before this commit, the navigation menu was not clickable because of higher
z-index of the slides fullscreen menu. This commit fixes that by correctly
setting z-index, using the standard variable to avoid custom values.

task-2036877

closes odoo/odoo#35107

Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parent 04a60048
No related branches found
No related tags found
No related merge requests found
.o_wslides_fs_main {
@include o-position-absolute(0,0,0,0);
z-index: 2000;
z-index: $zindex-dropdown - 1;
background-image: linear-gradient(120deg, $o-wslides-color-dark2, $o-wslides-color-dark3);
.o_wslides_slide_fs_header {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment