Skip to content
Snippets Groups Projects
Commit 3626ec7d authored by Ghislain Loas's avatar Ghislain Loas
Browse files

#55830 add responsive css to toggle menu

parent f09ae667
Branches
Tags
3 merge requests!2080Sandbox detach zf from storm,!2061Master,!2038Hotline#55830 responsive menu verticaux avec fonction toggle menu
......@@ -391,6 +391,20 @@
/** MENU **/
.boite.menu_vertical.toggle_menu .menu_wrapper {
position: relative;
}
.boite.menu_vertical.toggle_menu .menu_wrapper > ul {
height: 0;
overflow: hidden;
position: absolute;
}
.boite.menu_vertical.toggle_menu.show_menu .menu_wrapper > ul {
height: auto;
}
div:not(.show_menu)[class*="menu_horizontal"],
#menu_horizontal {
background: none;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment