Vasileios Mitsaras

Results 6 comments of Vasileios Mitsaras

Hi @gtbu no sorry, I don't plan to rewrite it.

Hi @nick0 i think this will fix it: [codepen demo](https://codepen.io/vmitsaras/pen/RwWQXLz) I've added this line of CSS ``` CSS .c-offcanvas-content-wrap { transform: none; }

Hi @ppazos, this definitely possible - like gmaps Menu can you try this: ``` html Section 1 Section 1 Open Section 2 Close Section 2 Back ```

I actually have it as a Web Component (4.4 KB), in a private repo. There's no documentation available at the moment, but if you're interested, I can certainly consider making...

You can try this simple solution: if(dataDouble !== undefined && dataDouble == "true"){ // if clicked button has data-offcanvas-double="true", close all offcanvas $('.js-offcanvas.is-open').data('offcanvas-component').close(); } else { }

https://github.com/narration-sd/sanity-template-astro-clean Is there any progress being made towards a merge?