{% extends 'layouts/vertical.html' %} {% load static i18n %} {% block html_attribute %}data-sidenav-size="on-hover-active"{% endblock html_attribute %} {% block title %}On Hover Menu{% endblock title %} {% block page_content %}
{% include 'partials/page-title.html' with title='On Hover Active' %}
To enable the full menu on hover after minimizing the sidebar, add data-sidenav-size="on-hover-active" to the <html> tag in your layout.
{% endblock page_content %}