Cosmic-Mod / Cosmic-Mod.github.io

The website for the wiki for the MC mod Cosmic Horizons
MIT License
0 stars 0 forks source link

Drop downs not working on mobile #1

Closed blockninja124 closed 2 months ago

blockninja124 commented 2 months ago

The navigation bar drop-down menus do not function on a phone. This is because they use hover as a trigger, which isn't doable on a phone. A possible fix for this is mentioned here: https://github.com/jgthms/bulma/issues/1381

blockninja124 commented 2 months ago

Fixed with https://github.com/Cosmic-Mod/Cosmic-Mod.github.io/commit/b2391da950ba25483122102e4d48aa7b332f1ab9. Turns out the includes/head.html had been messed up and no longer included alpine.js for the mobile dropdowns to work