> For the complete documentation index, see [llms.txt](https://developers.jseidl.at/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.jseidl.at/css/mmenu-hide.md).

# mMenu Hide

Das jQuery Plugin [mMenu](https://mmenujs.com/) versteckt das mobile Menü erst nach laden. Um das anzeigen des mobilen Menüs zu verhindern kann man diesen code verwenden.

{% hint style="warning" %}
**Dependency:** mMenu
{% endhint %}

### CSS

{% code lineNumbers="true" %}

```scss
nav#menu:not(.mm-menu) {
    display: none !important;
}
```

{% endcode %}
